@charset "utf-8";

/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}

/*--------------------------------------------------------------------*/
/*タグの基本設定*/
/*--------------------------------------------------------------------*/
body {
	background: #FFF;
	line-height: 1.4;
	letter-spacing: 0.06em;
	overflow: scroll;
	font-size: 100%;
	color: #000;
}

/*クローム用*/
body:first-of-type {
	padding: 0 0 0 1px;
}

/*IE6・7用*/
*body {
	overflow: auto;
	padding: 0 0 0 1px;
}

a {
	text-decoration: none;
	outline: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
	color: #000;
}

a:hover img{
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	opacity: 1;
}

/*--------------------------------------------------------------------
Container
--------------------------------------------------------------------*/
div#Container {
	width: 1040px;
	padding: 0;
	margin: 0;
	background: #fff;
}

/*--------------------------------------------------------------------
h1
--------------------------------------------------------------------*/
h1 {
	text-align: center;
	font-size: 200%;
	font-weight: 900;
	color: #000;
	padding: 50px 0;
}

/*--------------------------------------------------------------------
Contents
--------------------------------------------------------------------*/
div#Contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

div#Contents:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}

/*--------------------------------------------------------------------
Main
--------------------------------------------------------------------*/
div#Main {
	width: 68%;
	float: right;
	line-height: 0;
}

div#Main h2 {
	font-size: 200%;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 50px 0 20px 0;
}

div#Main h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 0;
	line-height: 150%;
}

div#Main div#PortImg {
	margin: 50px auto 0 auto;
	text-align: center;
}

div#Main p#top_img0,#top_img1,#top_img2,#top_img3 {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

div#Main p {
	text-align: left;
	color: #000;
	font-size: 100%;
}


div#Main p.Comment {
	margin: 40px auto 0 auto;
	text-align: center;
	color: #000;
	font-size: 100%;
	line-height: 150%;
}

div#Main p#Caption {
	margin: 10px 30px 100px 30px;
	text-align: left;
	color: #000;
	font-size: 100%;
	line-height: 150%;
}

div#Main p#BacktoTop {
	margin: 80px 8px 0 0;
	padding: 0;
	text-align: right;
	color: #000;
	font-size: 110%;
	font-weight: nomal;
}

div#Main p#EndComment {
	margin: 48px 0;
	text-align: center;
	color: #C0C0C0;
	font-size: 100%;
	font-weight: normal;
}



div#Main table {
	width: 100%;
	margin: 100px auto 150px auto;
	border-collapse: collapse;
	border: 0 none;
	line-height: 150%;
}

div#Main table tr th {
	width: 15%;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #A39B8E;
	text-align: left;
	vertical-align: top;
	color: #000;
}

div#Main table tr td {
	width: 85%;
	padding: 5px 10px;
	border: 1px solid #A39B8E;
	text-align: left;
	vertical-align: top;
}

div#Main table tr td ul {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}

div#Main table tr td ol {
	padding: 0 0 0 8px;
	margin: 0 0 0 8px;
}




/*--------------------------------------------------------------------
Profile
--------------------------------------------------------------------*/

div#Main h3.ProfileTitle {
	font-size: 200%;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 50px;
	margin: 60px auto 0 auto;
}


div#Main table#Profile {
	width: 88%;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	border: 0 none;
	line-height: 160%;
}

div#Main table#Profile tr td{
	width: 75%;
	padding: 20px 30px;
	border: 1px solid #A39B8E;
	text-align: left;
}

div#Main table#Profile th{
	width: 25%;
	padding: 20px 10px;
	border: 1px solid #A39B8E;
	text-align: center;
	vertical-align: middle;
}

div#Main div#ProfileImg {
	line-height: 0;
	margin: 0 auto 200px auto;
	text-align: center;
}

div#Main div#ProfileImg img{
	margin: 3px;
}


div#Main p#Kotae {
	margin: 20px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 100%;
}

/*--------------------------------------------------------------------
Side
--------------------------------------------------------------------*/
div#Side {
	width: 32%;
	float: left;
}

div#Side ul li {
	list-style: none;
	margin: 0 0 20px 0;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	color: #C0C0C0;
	font-weight: bold;
	font-size: small;
}

div#Side h3 {
	text-align: center;
	margin: 30px 0;
	font-size: large;
	color: #C0C0C0;
}


div#Side ul li a {
	padding: 0;
	border: none;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	color: #C0C0C0;
	font-weight: bold;
	font-size: large;
}

div#Side ul li a:hover {
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------------------
address
--------------------------------------------------------------------*/
footer {
	width: 1040px;
	height: 70px;
	margin: 0;
	background: #333;
	clear: both;
}


address {
	clear: both;
	text-align: right;
	color: #fff;
	padding: 25px;
	font-weight: lighter;
	font-size: 100％;
}