
/* ボディに関するCSS */


body {
	font-size: 15px;
	line-height: 180%;
	background-color:white;
	margin: 0px 25px;
	padding: 0px;
	color:#666666;
}




/* ページ構造に関するCSS */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:950px;
	background-color: #FFF;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}


/* ヘッダーに関するCSS */
	
h1 {
	font-size: 22px;
	margin: 0px;
	padding:0px;
}

h2 {
	font-size: 120%;
	margin: 12px;
	margin-bottom: 0px;
	color: #777777;
}

h3 {
	color: #666666;
	margin: 12px;
	font-size: 110%;

}

h4 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}

#nav{
	margin:0px;
	padding-left:10px;
	list-style:none;
}

#nav li{
	margin-top:6px;
	margin-bottom:5px;
	margin-right:0px;
	float:left;
}

p {
	font-size: 100%;
	margin: 0px,0px,20px;
}

ul {
	margin: 0px;
	padding-top: 3px;
	padding-left:19px;
}

li {
	font-size: 13px;
	line-height: 140%;
}

td {
	font-size: 80%;
	line-height: 170%;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
.copy {
	font-size: 75%;
	line-height: 180%;
	color: #777777;
	}
	
	.memo {
	line-height: 180%;
	}

hr {
	height:1px;
	width:98%;
}

.left{
	float:left;
	}




/* コンテンツに関するCSS */
.text {
	background-color: #FFF;
	width: 478px;
	margin:20px 0px;
	padding-right: 20px;
	border-right: 1px solid #CCC;
	float: left;
}


#content {
	background-image:url(img/ochahime.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	clear:left;
	width: 900px;
	border: 1px solid #fff;
	background-color: #FFF;
	padding: 10px;
	margin-top: 5px;
	text-align:left;
}

#col1 {
	width:300px;
	margin: 0px,0px,0px,20px;
	float:left;
}

#col2	{
	width:600px;
	margin: 0px,0px,0px,0px;
	float:right;
}


#diary{
	clear:left;

}
/* フッターに関するCSS */

#footer {
	padding-bottom:15px;
	clear: left;

}





/* リンクに関するCSS 
------------------------------------------------------------ */

a:link {color:#2860a3; text-decoration:underline;}

a:visited {color:#2860a3; text-decoration:underline;}

a:hover {color:#ef8f9c; text-decoration:none;}

a:active {	color:#ff0037;	text-decoration: none}

.subtitle {
	font-size: 100%;
	font-weight: bold;
	color: #777777;

#nav img {
	border-style: none;
}
#nav a{
	border-style: none;
}





