@charset "utf-8";

/* ------------------------- 共通 ------------------------- */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

h1,h2,h3,h4,h5,em,i{
	font-size:12px;
	font-weight:normal;
}

html{
	height:100%;
}

body{
	background-color:#000;
	height:100%;
	color:#333;
	font-size:12px;;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
}

a{
	color:#666;
	font-weight:bold;
}

a:hover{
	color:#999;
}

#bold{
	font-weight:bold;
}

#clear{
	clear:both;
}

/* ------------------------- ブロックレイアウト ------------------------- */

#page{
	margin:0px auto;
	width:900px;
	height:100%;
	background-color:#999;
}

#head{
	background-color:#666;
	height:61px;
}

#head img{
	float:left;
}


#footer{
	background-image:url(img/footer_mid.gif);
	background-repeat:repeat-y;
}

#footer p{
	padding:5px 0px;
	font-size:x-small;
	text-align:center;
}

#navi{
	float:left;
	width:295px;
	height:61px;
	background-image:url(img/nv_bg.gif);
}

#navi ul{
	margin-top:16px;
	list-style-type:none;
}

#navi li{
	float:left;
}

#photo{
	clear:both;
	height:210px;
	background-image:url(img/photo_bg.gif);
}

#photo img{
	margin:10px 15px;
}

/* ------------------------- ブロックレイアウト2 ------------------------- */

#container{
	clear:both;
	background-image:url(img/body_bg.gif);
	background-repeat:repeat-y;
}

#account{
	list-style-type:none;
	margin:10px 20px 0 20px;
}

#note{
	padding:10px 22px 5px 22px;
	line-height:1.8em;
}

#note h2{
	margin-bottom:3px;
	font-size:16px;
	font-weight:bold;
}

#shelf{
	margin:10px 20px 5px 20px;
}

#shelf img{
	margin-right:10px;
}

#note h2.line{
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #ccc;
}

#note p{
	clear:both;
	padding:0px;
}

/* ------------------------- トップ ------------------------- */

#note p.notice{
	line-height:1.7em;
	font-size:11px;
	margin-top:5px;
}

#note #bq{
	color:#666;
	float:left;
	font-size:11px;
	line-height:1.6em;
	border:1px dotted #999;
	padding:5px 15px 5px 10px;
	margin:0px 0px 8px 0px;
}

#news{
	font-size:11px;
	list-style-type:none;
}

/* ------------------------- プロフ ------------------------- */

img.prof{
	border:5px solid #ccc;
	margin-right:10px;
	margin-bottom:1px;
}

ul.works{
	font-size:11px;
	line-height:1.6em;
	margin-left:2em;
}

/* ----------------------- コンタクト ----------------------- */

div.conmes{
	margin:5px 0px 0px 0px;
	border:1px dotted #ccc;
	padding:10px;
	float:left;
}

/* ------------------------- リンク ------------------------- */

#link{
	line-height:2em;
	margin-left:2em;
}

