@charset "utf-8";
/* CSS Document */




/* リセット
---------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;padding:0;border:0;outline:0;font-size:1em;vertical-align:baseline;background:transparent;
}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}


/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
body {/font-size: 75%;}
html>/**/body {font-size /*\**/: 75%\9;}

img { border: none;}

div { 
	zoom: 100%;
}
div:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 35px auto 0;
	padding: 0;
}





/* ヘッダー
---------------------------------------------------- */

#header {
	width: 800px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: transparent url(img/header_bg.png) no-repeat;
}

h1{
	display: inline;
	overflow: hidden;
	float: left;
	width: 500px;
	height: 50px;
	font-size: 1em;
	margin: 40px 150px 0;
	padding: 0;
}
h1 a{
	display: block;
	width: 500px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url(img/title.png) no-repeat;
}
h1 a:hover{
	background: transparent url(img/title.png) no-repeat;
}


h2{
	width: 800px;
	height: 25px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: transparent url(img/obi.png) no-repeat;
}

h3{
	width: 800px;
	height: 55px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: transparent url(img/middle.png) no-repeat;
}











/* コンテンツ部分
---------------------------------------------------- */
#photo {
	display: inline;
	float:left;
	width:440px;
	height: 420px;
	margin: 0;
	padding: 0;
	background: transparent url(img/photo.png) no-repeat;
}

ul#portfolio{
	margin: 15px 0 0 80px;
	list-style-type: none;
}

h4{
	display: inline;
	float:left;
	overflow: hidden;
	width: 325px;
	height: 95px;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.b_sports {
	background: transparent url(img/b_sports.png) no-repeat;
}
.b_sports a{
	display: block;
	height: 75px;
	text-indent: -9999px;
	margin-top: 20px;
	background: transparent url(img/b_sports.png) 0 -20px no-repeat;
}
.b_sports a:hover{
	background: transparent url(img/b_sports.png) 0 -95px no-repeat;
}

.b_arts {
	background: transparent url(img/b_arts.png) no-repeat;
}
.b_arts a{
	display: block;
	height: 75px;
	text-indent: -9999px;
	margin-top: 20px;
	background: transparent url(img/b_arts.png) 0 -20px no-repeat;
}
.b_arts a:hover{
	background: transparent url(img/b_arts.png) 0 -95px no-repeat;
}

.b_official {
	background: transparent url(img/b_official-a.png) no-repeat;
}
.b_official a{
	display: block;
	height: 75px;
	text-indent: -9999px;
	margin-top: 20px;
	background: transparent url(img/b_official-a.png) 0 -20px no-repeat;
}
.b_official a:hover{
	background: transparent url(img/b_official-a.png) 0 -95px no-repeat;
}




p.sports {
	float: left;
	width: 325px;
	height: 35px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(img/space01.png) no-repeat;
}

p.arts {
	float: left;
	width: 325px;
	height: 35px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(img/space02.png) no-repeat;
}

p.official {
	float: left;
	width: 325px;
	height: 65px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(img/space03.png) no-repeat;
}


p.right {
	float: right;
	width: 35px;
	height: 420px;
	font-size: 1em;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	background: url(img/space_right.png) no-repeat;
}



	


















