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

* {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

ul, ol {
	list-style-type:none;
}

.clrfix:after {/*疑似クラスafterは該当の要素の後に疑似的にボックスを追加する命令*/
	content:".";/*要素の前後に文字や画像を追加*/
	display:block;
	height:0px;
	visibility:hidden;
	clear:both;
}

	
.clrfix {
	display:inline-block;
	min-height:1px;
	/* for IE 7 */
}



/* ===フォントの共通設定==================*/

/*body, div, a, ul, ol, dl, dt, dd, li, p, table, tr, td,address,h1, h2, h3, h4 {
	color:#333333;
	font-family: Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.6em;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
*/

#g_wrapper {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 720px;
	left: auto;
	top: 0px;
	right: auto;
	color:#333333;
	font-family: Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.6em;
	text-decoration:none;
}



/* --- header ----------------------- */

#g_header {
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 720px;
}

.midashi {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 710px;
	margin-top: 10px;
}


/* --- gnavi ----------------------- */



/* --- container ----------------------- */

#g_container {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	margin-top: 5px;
	padding: 0px;
	height: auto;
	width: 720px;
}

/* --- snavi ----------- */


/* --- contents ----------- */

#g_container #g_contents {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 720px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#g_container #g_contents2 {
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
	height: auto;
	width: 710px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.g_content_block {
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	height: auto;
	width: 710px;
}

.photo_left {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	margin-bottom: 2px;
	clear: both;
}

.cap {
	color:#333333;
	font-family: Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	padding:0px;
	margin:0px;
	clear: both;
	float: left;
	height: auto;
	margin-bottom: 5px;
}

.cap_noclear {
	color:#333333;
	font-family: Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	padding:0px;
	margin:0px;
	float: left;
	height: auto;
	margin-bottom: 5px;
}



/* --- footer ----------------------- */
/*#g_footer_line {
	margin-top: 15px;
	margin-bottom: 25px;
	padding: 5px;
	margin-left: 10px;
	width: 710px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	height: auto;
}
	
#g_footer {
	margin-left: 240px;
	padding: 5px;
	width: 460px;
	text-align:left;
	clear: both;
	float: left;
}
*/

#g_footer {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 5px;
	padding: 5px;
	width: 710px;
	text-align:center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	clear: both;
	float: left;
}

#g_footer_text {
	margin-right: 0px;
	width: 460px;
	text-align:right;
	clear: both;
	float: right;
}


.no_link {
	color:#CCCCCC;
	font-family: Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#g_footer a {
	color:#33C;
}

