@charset "utf-8";
/*---------------------------------- CSS Information
タイトル：index_base.css
作成者  ：Yoshihiro Oishi
概　要  ：index.htmlのCSS
製作日  ：2008年12月18日
変更日  ：
------------------------------------------------ */

/*全体
-------------------------------------------------*/
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: auto;
	font-size: 93%;
	line-height: 150%;
	color: #333333;
}
/*ヘッダー
-------------------------------------------------*/
#header {
	height: 51px;
	width: 790px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 15px;
}
/*グローバルナビ
-------------------------------------------------*/
#global_navi {
	height: 60px;
	width: 800px;
}
#global_navi2 {
	height: 43px;
	width: 800px;
}
/*ステップナビ
-------------------------------------------------*/
#wrapper #step_navi {
	height: 22px;
	width: 400px;
	float: left;
	padding-top: 16px;
	padding-bottom: 4px;
}
/*テキストの大小
-------------------------------------------------*/
#wrapper #text_navi {
	height: 22px;
	width: 400px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	color: #666666;
}
#wrapper #billboard {
	clear: both;
	padding: 4px;
	width: 790px;
	border: 1px solid #CCCCCC;
	height: 65px;
}
#wrapper #caption {
	padding-top: 10px;
	padding-bottom: 20px;
}

#wrapper #contents {
	font-size: 108%;
	line-height: 150%;
	height: auto;
	width: 800px;
	padding-top: 20px;
}
#wrapper #float_left {
	height: auto;
	width: 220px;
	float: left;
}
#float_left #fig_box {
	height: auto;
	width: 220px;
}

/*タイトル左
-------------------------------------------------*/
#float_left .title {
	height: auto;
	width: 278px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}

#wrapper #float_right {
	float: right;
	height: auto;
	width: 530px;
	border: 1px solid #CCCCCC;
	background-image: url(../img/back_img.jpg);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 22px;
}
#float_right #img_box {
	height: auto;
	width: 530px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
#float_right #body_text {
	border-left: 5px solid #CCCCCC;
	padding-left: 15px;
	list-style-position: outside;
	width: 510px;
}

/*タイトル右
-------------------------------------------------*/
#float_right .title {
	height: auto;
	width: 507px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
/*フッター
-------------------------------------------------*/
#wrapper #footer {
	background-color: #EBEBEB;
	height: auto;
	width: 800px;
	text-align: center;
	padding-top: 5px;
	font-size: 93%;
	line-height: 130%;
	margin-top: 40px;
	clear: both;
	padding-bottom: 10px;
}
/*フッター・リンク
-------------------------------------------------*/
#wrapper #footer a {
	text-decoration: none;
	color: #666666;
}
#wrapper #footer a:hover {
	text-decoration: underline;
	color: #0000FF;
}

