@charset "utf-8";

body {
	text-align: center;
	background-image: url(../images/body_back02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	font-size: 93%;
}
a:link { color: #0033FF; }
a:visited { color: #0033FF; }
a:hover { color: #0099FF; }
a:active { color: #0033FF; }
h1 {
	font-size: 161.6%;
	line-height: 140%;
	color: #0050aa;
}
h2 {
	font-size: 138.5%;
	line-height: 140%;
	color: #0050aa;
	clear: both;
	font-weight: bold;
}
h3 {
	font-size: 116%;
	line-height: 140%;
}
h4 {
	font-size: 100%;
	line-height: 140%;
}
h5 {
	font-size: 100%;
	line-height: 140%;
}
h6 {
	font-size: 100%;
	line-height: 140%;
}
/*コンテナー*/
#container {
	width: 980px;
	text-align: left; /* body エレメントの text-align: center より優先 */
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_back.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0000CC;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	border-left-color: #f5f5f5;
	border-left-width: 1px;
	border-left-style: solid;
}
/*ヘッダー*/
#header {
	padding: 0px;
	height: 80px;
	width: 960px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#headerleft {
	padding: 0;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#header-navi {
	float: right;
	background-image: url(../images/header-navi-back.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 24px;
	width: 207px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: bottom;
	line-height: 100%;
}
/*ヘッダーここまで*/


/*グローバルナビゲーション*/
#global-navi {
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#global-navi ul {
	margin: 0px;
	padding: 0px;
}
#global-navi li { list-style-type: none; }
#global-navi li a {
	text-decoration: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-size: 16px;
	line-height: 100%;
	display: block;
	color: #000000;
	letter-spacing: 0em;
	text-align: center;
	width: 200px;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#global-navi li a:link { background-image: url(../images/navi.gif); }
#global-navi li a:visited { background-image: url(../images/navi.gif); }
#global-navi li a:hover {
	color: #0066FF;
	display: block;
	background-image: url(../images/navi_ov.gif);
	background-repeat: no-repeat;
}
#global-navi li a:active { background-image: url(../images/navi.gif); }
#global-navi li.focus {
	text-decoration: none;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 100%;
	display: block;
	color: #009900;
	letter-spacing: 0em;
	text-align: center;
	width: 128px;
	background-image: url(../images/navi.gif);
}
/*グローバルナビゲーション　end*/

/*メンバーナビゲーション*/
 #global-navi li.member-navi a {
	text-decoration: none;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	font-size: 16px;
	line-height: 100%;
	display: block;
	color: #000000;
	letter-spacing: 0em;
	text-align: center;
	width: 200px;
	background-image: url(../images/member_navi.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#global-navi li.member-navi a:link { background-image: url(../images/member_navi.gif); }
#global-navi li.member-navi a:visited { background-image: url(../images/member_navi.gif); }
#global-navi li.member-navi a:hover {
	color: #FF0066;
	display: block;
	background-image: url(../images/member_navi_ov.gif);
	background-repeat: no-repeat;
}
#global-navi li.member-navi a:active { background-image: url(../images/member_navi.gif); }
/*メンバーナビゲーション　end*/

/*パンクズ*/
#pankz {
	font-size: 77%;
	padding-left: 0px;
	padding-top: 5px;
	color: #46B5FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: dcdcdc;
	margin-left: 15px;
	margin-right: 15px;
}
/*パンクズ end*/

/*コンテンツ*/
#content {
	width: 750px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

/*banner　ここから*/
#banner {
	float: right;
	width: 200px;
	padding: 4px;
	text-align: center;
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#banner p { margin-bottom: 15px; }
/*banner　ここまで*/

/*footer　ここから*/
#footer {
	text-align: right;
	padding: 0px;
	clear: both;
	background-image: url(../images/footer_img.gif);
	background-repeat: no-repeat;
	margin: 10px;
	height: 40px;
}
#footer p {
	margin: 0px;
	font-size: 77%;
	color: #333333;
	line-height: 100%;
	padding: 10px;
}

* html #footer {
	text-align: right;
	padding: 5px;
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
* html #footer p {
	margin: 0px;
	font-size: 77%;
	color: #333333;
	line-height: 100%;
	padding: 0px;
}
/*footer ここまで*/

.clear {
	clear:both;
	height:0;
	line-height: 0px;
}
.photobox {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.box01 {
	background-color: #f9f9f9;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #f5f5f5;
	border-right-color: #f5f5f5;
	border-left-color: #f5f5f5;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	background-image: url(../images/box01_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pagetop {
	font-size: xx-small;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: both;
}
