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

/*============================================================
// ページID
//==========================================================*/

#main {
	width:540px;
}

/*============================================================
// タイトル
//==========================================================*/

#main #title {
	width:520px;
margin:0 10px;
}

#title h1{
	color:#FFFFFF;
	font-weight:bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0066;
	font-size:16px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin:0px;
}

/*============================================================
// ナビゲーション
//==========================================================*/
#main #navi {
	width:480px;
	margin-left: 30px;
	padding-left: 0;
	list-style:none;
	font-size:12px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom:0;
}

ul#navi li {
	width:158px;
	float:left;
	text-align:center;
	border:solid 1px #FFFFFF;
	margin-top: 20px;
	margin-bottom:0;
}

ul#navi li a{
	display: block;
	width: 148px;
	padding: 5px;
	text-decoration:none;
	background:url(../images/goriyou/shinchaku2.gif) repeat-x;
	color:#FFFFFF;
	line-height:100%;
}

#main #navi2 {
	width:480px;
	margin-left: 30px;
	padding-left: 0;
	list-style:none;
	font-size:12px;
	margin-right: 30px;
	margin-top: 0;
	margin-bottom:20px;
}

ul#navi2 li {
	width:158px;
	float:left;
	text-align:center;
	border:solid 1px #FFFFFF;
	margin-bottom: 20px;
	margin-top:0;
}

ul#navi2 li a{
	display: block;
	width: 148px;
	padding: 5px;
	text-decoration:none;
	background:url(../images/goriyou/shinchaku2.gif) repeat-x;
	color:#FFFFFF;
	line-height:100%;
}


/*============================================================
// 各種ヘッダー
//==========================================================*/

.guide {
	background:url(../images/goriyou/shinchaku2.gif) repeat-x;
	height:25px;
	width:518px;
	margin-right: 10px;
	margin-left: 10px;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-top:0;
	margin-bottom:0;
}

.guide h2{
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	margin:0 ;
	padding:5px;
}

/*============================================================
// テキスト部分
//==========================================================*/

#textbox {
	background:url(../images/goriyou/ezwrapperbg.gif) repeat-y;
	margin:0 10px 10px 10px;
	padding:10px;
	border:solid 1px #CCCCCC;
}

#textbox h3{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

#textbox h4{
	font-size:10px;
	color:#003366;
	line-height:140%;
	font-weight:normal;
	margin:0px;
}

#textbox div{
	font-size:10px;
	color:#003366;
	line-height:140%;
	padding:6px;
}

#textbox div a{
	color:#FF3366;
	font-weight:bold;
	font-size:10px;
}
	
#textbox div a:hover{
	color:#9933CC;
}

.boxinner {
	font-size:10px;
	color:#003366;
	line-height:140%;
	width:249px;
	float:right;
}

.innerimg {
	margin:10px 0;
	padding:0;
}

.textbox div h5{
	margin:0;
	width:450px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border-left-width: 450px;
	border-left-style: solid;
	border-left-color: #333333;
}

.innerimg2 {
	margin:0;
	padding:0;
}

/*============================================================
// Common
//==========================================================*/

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
