@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	background: transparent;
	border: 0;
	outline: 0;

}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {	font-size: 0.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	text-align: center;

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {text-align: center;}

#toptext {

	font-size: 1.2em;
	line-height: 2em;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F00;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left: 5%;
	padding-left: 10px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#photo {
	width: 310px;
	border-width: 0px;
	border-color: #ffffff;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 2em;
	text-align: left;

}




#honbun01 {

	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-left: 15%;
	padding-top: 30px;
	padding-bottom: 30px;}


#honbun01 h1 {	font-size: 1.2em;
	line-height: 2em;}


#honbun02 {

	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 80%;
	background-color: #FFFDE5;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#honbun03 {

	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 90%;
	border-width: 2px;
	border-style: solid;
	border-color: #c00;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}


#honbun04 {

	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 90%;
	border-width: 2px;
	border-style: solid;
	border-color: #fc0;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}



#honbun05 {

	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 90%;
	border-width: 2px;
	border-style: solid;
	border-color: #00A0E9;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}




#honbun06 {

	font-size: 1em;
	line-height: 2em;
	text-align: center;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}





#waku {

	font-size: 1em;
	line-height: 2em;
	text-align: left;
	width: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}


.bold {
	text-align : left;
	line-height: 2em;
	color: #cc0000;

}
	
	
#obi {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#8c8c8c));
	background: linear-gradient(#000, #8c8c8c);
	width: 100%;
	height: 27px;
}
#obi #obitext {
	color: #FFF;
	float: left;
	font-size: 16px;
	font-weight: bolder;
	height: 27px;
}
#obi #icon {
	float: right;
	height: 27px;
	width: 54px;
}
	
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	color: #FFF;
	background-color: #333;

}
