@charset "UTF-8";
body {
	color:#2e2e2e;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5em;
	background-color: #ffccff;
}
/*  ヘッダー */
header{
	width:745px;
	padding:0 12px 0 13px; 
	margin:0 auto;
	background:#fff;
}
#header_logo,#header_contact{
	float:left;
}
/* グローバルナビ  */
#globalNav{
	clear:left;
}
#globalNav ul{
	padding:7px 18px;
	margin:0 auto 2px;
}
#globalNav ul li:first-child{
	border-left:1px solid #000;
}
#globalNav ul li{
	float:left;
	border-right:1px solid #000;
	padding:0 11px 2px;
}
/*  メイン */
#main {
	width: 740px;
	margin:0 auto;
	padding:0 15px;
	background:#fff;
}
#main h1{
	margin-bottom:25px;
}
#main h2{
	border-bottom: 1px dotted;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
/*  左メニュー */
#left_menu{
	width:150px;
	float:left;
}
#left_menu > h2{
	border:none;
	height: 16px;
	color: slateGray;
	font-size:12px;
	font-weight: normal;
	text-align: center;
	background-color: thistle;
	margin-bottom: 0;
	border-radius: 8px 8px 0 0;
}
.left_menu_iframe{
	width:150px;
	height:700px;
	border-radius: 0 0 5px 5px;
}
.member .left_menu_iframe{
	height:700px;
}
/*  左メニュー iframeの中 */
#iframebody {
	overflow:hidden;
	background-color: #F1F1F1;
	font-size: 12px;
	line-height: 1em;
	padding:10px 7px 7px;
	-webkit-text-size-adjust: none;
}
#iframebody ul{
	margin-bottom:30px;
}
#iframebody li,
#iframebody p{
	margin-bottom:12px;
}
#iframebody a,
#iframebody a:visited{
	color:#000;
}
/*  右コンテンツ */
#right_contents{
	width: 570px;
	float:left;
	margin-left:20px;
}

/* フッター */
footer{
	clear:both;
	width:770px;
	background:#fff;
	padding-top:40px;
	margin:0 auto 0;
}
/* テーブル */
.table1 th,
.table1 td {
	border: 1px #C0C0C0 solid;
	padding: 3px; 
	width: 750px;
}
.table1 th {
	background-color:#e1e1e1;
	text-align:left;
	font-weight: bold;
	vertical-align:middle;
	width: 250px;
}
/* 強調 */
strong{
	color:#FF308B;
}
/* トップへ戻るボタン
---------------------------------------------------- */
#back_top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#back_top a {
	width: 56px;
	height: 56px;
	display: block;
	text-align: center;
	/* transition  */
    -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#back_top a {
	background: url(../img/btn_to_top.png) no-repeat center center;
}

#back_top a:hover{
	color: #000;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
