@charset "Shift_JIS";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #333333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5em;
}
*:first-child+html body {
	font-size: 75%;
}
/**/


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF url(../img/bg_body.jpg) repeat-x;
	text-align: center;
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #1E5DA8;
	text-decoration: underline;
}
a:active {
	color: #1E5DA8;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrap {
	width: 771px;
	margin: 0 auto;
	background: url(../img/bg_wrap_rp.gif) repeat-y;
	text-align: left;
}

div#wrap-in {
	width: 771px;
	padding-top: 3px;
	background: url(../img/bg_wrap_fixed.gif) no-repeat left top;
}

div#ct-area {
	width: 734px;
	margin: 12px 0 0 19px;
}

div#ct-area:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ct-area { display:inline-block; }
/*\*/
* html div#ct-area { height:1%; }
div#ct-area { display:block; }
/**/

div#ct-left {
	float: left;
	width: 500px;
}

div#ct-right {
	float: right;
	width: 220px;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#hd {
	position: relative;
	width: 761px;
	margin-left: 5px;
}

p.top-txt {
	width: 721px;
	margin: 0 auto;
	padding: 7px 0 2px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
}


/* ロゴ -------------------- */

div#hd h1 {
	position: absolute;
	top: 11px;
	left: 10px;
}


/* 右エリア -------------------- */

div#hdnavi {
	width: 358px;
	margin-left: 390px;
	padding: 11px 0 3px;
}

div#hdnavi ul {
	margin-bottom: 6px;
	text-align: right;
	font-size: 10px;
	line-height: 1.1em;
}

div#hdnavi ul li {
	display: inline;
}

div#hdnavi p {
	margin-bottom: 4px;
	text-align: right;
}


/* グローバルナビ -------------------- */

ul#gnavi {
	width: 741px;
	padding: 4px 0 5px 20px;
	background-color: #C3D7E8;
}
* html ul#gnavi {
	width: 761px;
}

ul#gnavi:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
ul#gnavi { display:inline-block; }
/*\*/
* html ul#gnavi { height:1%; }
ul#gnavi { display:block; }
/**/

ul#gnavi li {
	float: left;
	min-height: 18px;
	padding: 3px 12px 0 26px;
	background: url(../img/bg_gnavi.gif) no-repeat 0 0;
	font-size: 12px;
	line-height: 1.2em;
}
* html ul#gnavi li {
	height: 21px;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#ft {
	width: 771px;
	margin-top: 25px;
	text-align: center;
}

div#ftnavi {
	width: 761px;
	margin: 0 5px;
	padding-top: 15px;
	background-color: #E0EAF2;
}

div#ft ul {
	padding-bottom: 9px;
	font-size: 12px;
	line-height: 1.3em;
}

div#ft ul li {
	display: inline;
}

div#ft address {
	display: block;
	width: 771px;
	padding: 17px 0;
	background: #FFFFFF url(../img/bg_ft.gif) no-repeat left top;
	font-size: 10px;
	line-height: 1.3em;
}


/* --------------------------------------------------------------------------------------
 右コンテンツ
--------------------------------------------------------------------------------------- */

div#ct-right p {
	margin-bottom: 10px;
}

div#ct-right p.regist {
	position: relative;
	width: 220px;
	height: 220px;
}

div#ct-right p.regist span {
	display: block;
	position: absolute;
	top: 178px;
	left: 9px;
}

div#ct-right dl.sidenavi {
	margin: 15px 0 7px;
}

div#ct-right dl.sidenavi dt {
	padding: 2px 5px 1px 22px;
	background: #C3D7E8 url(../img/bg_right_navi.gif) no-repeat 3px 3px;
	font-weight: bold;
}

div#ct-right dl.sidenavi dd {
	padding: 5px 5px;
}


