
/* ボディに関する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: 20px;
	padding:0px;
}

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

h3 {
	color: #666666;
	margin: 10px;
	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;
	padding-bottom:20px;
}

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

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%;
}






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


#content {
	clear:left;
	width: 900px;
	border: 1px solid #fff;
	background-color: #FFF;
	padding: 0px;
	margin: 0px,5px,0px,0px;
	text-align:center;
}

#col1 {
	width:600px;
	margin: 0px,0px,0px,15px;
	padding-left: 50px;
	padding-bottom: 50px;
	float:left;
}

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


#sidebar {
	overflow: auto;
	height: 500px;
	padding: 5px,5px,5px,5px;
	width: 200px;
}

#sidebar2 {
	overflow: auto;
	height: 200px;
	padding: 7px,15px,15px,15px;
	background-image: url(img/bg.jpg);
	width: 500px;
	text-align:center;
}

#diary{
	clear:left;

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

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

}





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

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

a:visited {color:#db245b; 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;
}





