﻿body { color: #716246; font-size: 12px; background-color: white; margin: 0;}
p {line-height:1.6em;}
h1{line-height: 1.7em;font-weight: bold; padding:10px 0; margin:0; font-size: 12px;}
h2{font-weight: bold; padding:5px 0px; margin:0; font-size: 12px;}

td {}

/*　リンク　*/	
a:link { color: #716246 ; text-decoration: underline; }
a:visited { color: #716246 ; text-decoration: underline; }
a:hover { color: #c3d825 ; text-decoration: underline; }
a:active { color: #89c3eb }

/*　大枠　*/	
#wrapper{ width: 800px; height: auto; background: url(../images/header_line.gif) repeat-x; margin: 0; padding: 0;}

/*　ヘッダー　*/	
.header{ width: 740px; height: 60px; margin-left: 30px; border-bottom: 1px dotted #dddcd6; }
.logo{ position: absolute; margin-top: 15px; }
.header ul{font-size: 10px; float: right; margin: 0; list-style: none; text-align: right; padding-top: 10px;}
.header li{display: inline; padding-left: 1em; text-transform: uppercase; padding-right: 4px;}
.dot{ background: url(../images/line_dot.gif) repeat-x top; width: 740px; height: 5px; float: none;}

/*　メイン　*/	
.pagebody{ width: 740px; height: 440px; margin-top: 15px; margin-left: 30px; }

/*　左メニュー　*/	
.sub{
	width: 195px;
	height: 100px;
	float: left;
	background-color: #C3D825;
	color: #ffffff;
	text-indent:1em;
	line-height:2em;
	font-weight: bold;
}

/*　更新履歴　*/
.new ul{
	padding:5px 0 0;
	margin:0;
	font-size: 10px;
	list-style: none;
	left: 5px;
}
.new {
	width: 180px;
	height: 100px;
	float: left;
	background-color: #C3D825;
	color: #ffffff;
	text-indent:1em;
	padding: 10px 5px 5px 10px;

}

/*　右コンテンツ　*/	
.content{width: 515px;height: auto;float: right;margin-left: 30px;margin-bottom: 15px;}

/*　profileのページ　*/
.name{height:50px; line-height:2em; padding:25px 0; font-weight:bold;}

/*　galleryのページ　*/
.gallery{width: 510px; height: auto; float: right; margin-left: 20px; margin-bottom:15px;}
.gallery ul{padding: 0; list-style: none; margin: 0;}
.gallery li{float: left; padding: 0 5px 7px 0; list-style: none;}
.gallery li img{vertical-align: bottom; border: 0px;}
.gallery a:link img, .gallery a:visited img {border: 1px solid #CCC;}
.gallery a:hover img, .gallery a:active img {border: 1px solid #C3D825;}
.gal_img {padding: 20px 0px;}
.gal_img img {border: 0px;}

.chara{clear:both;}


/*　linkのページ　*/
.link{width: 515px;height: auto;float: right;margin-left: 30px;margin-bottom: 15px;}
.link li{margin: 5px 5px 10px 0px; list-style: none;line-height:1.7em;}
.link ul{padding: 0; list-style: none; margin: 0;}

/*　フッター　*/	
.footer{
	font-size: 10px;
	width: 740px;
	height: 20px;
	margin-left: 30px;
	clear: both;
	margin-top: 15px;
}

