@charset "shift_jis";

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(image/bgcolor.jpg) repeat-x top;
	font: 90%/150% "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Arial", "sans-serif";
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

ul{
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	border-bottom: medium dotted #CCCCCC;
	width: 550px;
	margin-left: 20px;
}

img {
	border: none;
}


/* ------------------------------
リンク設定
------------------------------ */
a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}


/* ------------------------------
 メインテーブル
------------------------------ */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
	overflow: visible;
}


/* ------------------------------
ヘッダー
------------------------------ */
#header {
	background: no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 2px;
	text-indent: 20px;
	padding: 5px 0px 10px;
}


/* ------------------------------
ＨＰ枠の設定
------------------------------ */
#container {
	width: 900px;
	overflow: visible;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/* ------------------------------
メインコンテンツ
------------------------------ */

#main {
	width: 840px;
	margin-top: 20px;
	margin-left: 30px;
}

#main h2 {
	text-align: left;
	padding-left: 15px;
	font-size: 18px;
	line-height: 3ex;
	color: #3366CC;
	border-bottom: thin solid #0099FF;
	border-left: 15px solid #0099FF;
	width: 600px;
}

#main h3 {
	background: url(image/main_t.jpg) no-repeat 8px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 3ex;
	letter-spacing: 2px;
	margin-left: 30px;
	padding-left: 30px;
}

#main h4 {
	text-align: center;
	font-size: 18px;
	line-height: 3ex;
	color: #FFFFFF;
	width: 500px;
	background: #FF3366;
	margin-left: 100px;
}



#main_img {
	padding: 0px;
	clear: both;
	top: auto;
	position: relative;
	margin: 0px;
}

/* ------------------------------
テーブル
------------------------------ */

.table {
	margin: 10px 10px 10px 15px;
	width: 800px;
	padding: 10px;
}
.table img {
	padding: 3px;
	margin: 1px 1px 1px 10px;
	border-top: none;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
}
.table td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
	font-size: 15px;
	line-height: 2em;
}



/* ------------------------------
テーブル２
------------------------------ */

.table_2 {
	margin: 10px 10px 10px 50px;
	width: 740px;
	background: url(image/t_bg2.jpg);
}
.table_2 img {
	padding: 3px;
	margin: 1px 15px 1px 10px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
.table_2 td {
	text-align: left;
	padding: 20px;
	vertical-align: top;
	font-size: 14px;
	line-height: 2em;
}


#style1 {
	font-weight: bold;
	color: #FF0066;
	font-size: 120%;
}

#style2 {
	font-weight: bold;
	border-bottom: thin dotted #3399CC;
	margin-left: 20px;
}

/* ------------------------------
 パンくず記述
------------------------------ */
#breadcrumbs {
	clear: both;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 2.5em;
	HEIGHT: 30px;
	TEXT-ALIGN: left;
	padding-left: 20px;
	margin: 0px;
}

/* ------------------------------
フッター
------------------------------ */

#footer {
	clear: both;
	text-align: center;
	background: #FF6633;
	height: 34px;
	width: 100%;
	color: #FFFFFF;
	font: 12px/2.4em Arial, Helvetica, sans-serif;
}



/* ------------------------------
罫線
------------------------------ */

hr  {
	height: 1px;
	border: thin dotted #CCCCCC;
}

/* ------------------------------
見出し
------------------------------ */
#cl {
	clear: both;
	float: none;
}




/* ------------------------------
clear
------------------------------ */
	
.clear { clear:both; }   
