@charset "UTF-8";

/*基本設定ここから*/

body{
	color: #ffffff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #0C6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #707070;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #707070;
}

a:link{
	color:#00aaff;
	text-decoration:none;
}

a:visited{
	color:#00cc66;
	text-decoration:none;
}

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

a:active{
	color: #000000;
	text-decoration: none;
	float: right;
}

a img {
  border:none;	
}


/*基本設定ここまで*/


/*レイアウト設定ここから*/

#pageBody{
	width:1024px;
	height:1280px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

header{
	width:1024px;
	height:400px;
	margin-bottom:20px;
	padding-top:5px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

header h1{
	margin-left: 50px;
}

#profile{
	width:200px;
	height:765px;
	margin-top:0px;
	margin-right:0px;
	margin-left:25px;
	margin-bottom:0px;
	float:left;
}

#profile h3{
	color:707070;
}

#profile p{
	color:#707070;
	font-size: 0.8em;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
}

#left{
	width:774px;
	height:765px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:20px;
	float:left;
}

#center{
	width:524px;
	height:700px;
	float:right;
}

#right{
	width:200px;
	height:765px;
	margin-top:0px;
	margin-right:25px;
	margin-left:0px;
	margin-bottom:20px;
	float:right;
}

#right h3{
	color:707070;
}

#right ul,li{
	color:#707070;
	font-size: 0.8em;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
}

#page{
	color: #707070;
	height: 25px;
	width: 524px;
	margin-right: 250px;
	margin-left: 250px;
	margin-bottom: 10px;
	text-align: center;
	clear:both;
}

address{
	width: 1024px;
	height: 40px;
	margin:0px;
	background-image: url(images/body_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear:both;
	color: #FFFFFF;
	font-style: normal;	
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

/*レイアウト設定ここまで*/

/*新着情報設定ここから*/

h3{
	color: #707070;
	margin:0px;
}

#news{
	color: #707070;
	background-color: #ffffff;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 524px;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #0C6;
	border-right-color: #0C6;
	border-bottom-color: #0C6;
	border-left-color: #0C6;
	overflow:scroll;
}

#news dt{
	margin:0px;
	padding:0px;
}

#news dd{
	margin:0px;
	padding-left:10px;
}

#news p{
	color:#707070;
	margin:0px;
	padding:0px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#707070;
	
}

/*新着情報設定ここまで*/

/*記事設定ここから*/

#article{
	width: 524px;
	height: 622px;
	margin-right: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #00cc66;
	border-right-color: #00cc66;
	border-bottom-color: #00cc66;
	border-left-color: #00cc66;
	overflow: scroll;
}

#article dt h6{
	color:#707070;
	margin:0px;
	margin-bottom:5px;
}

#article dt h3{
	color:#F90;
	margin:0px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#707070;
}

#article dd,h5{
	color:#707070;
	margin-top:10px;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:10px;
	padding:0px;
}

/*記事設定ここまで*/
