/* FontSizeSetting */
body,h1,h2,h3,h4,h5,h6,p,pre,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,form,address,blockquote,dd,dt,li,td,th{
	font-size: small;
	line-height:130%;
	font-family: "MS UI Gothic", Arial, Verdana, sans-serif;
	color: #333333;
}


/* LinkSetting */
A:link {text-decoration:none; color: #ff6666}
A:visited {text-decoration:none; color: #ff6666}
A:active {text-decoration:none; color: #cc3333}
A:hover {text-decoration:underline; color: #cc3333}


/* layoutSetting */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}

div#stage {
	width: 800px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#header{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

div#menu{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

div#menu ul{
	margin: 0px;
	padding: 0px;
}

div#menu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}


div#top_main{
	margin: 0px;
	padding: 0px;
	width: 800px;
	float: none;
	clear: both;
}

div#top_main_left{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 456px;
	background-image: url(../../images/top_main.jpg);
	background-repeat: no-repeat;
	height: 260px;
}

div#top_main_right{
	padding: 0px;
	float: right;
	width: 324px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #F3F3F3;
	height: 255px;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}


div#top_main_right dl{
	font-family: "Times New Roman", Times, serif;
	margin: 8px;
	padding: 0px;
}

div#top_main_right dl dt{
	font-size: 12px;
	line-height: 130%;
	color: 307CB7;
	float: left;
	font-family: "Times New Roman", Times, serif;
}


div#top_main_right dl dd{
	float: right;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 255px;
}

div#top_contents{
	width: 800px;
	clear: both;

}

div#top_contents ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


div#top_contents ul li{
	background-image: url(../images/dot_blue.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
}


div#top_contents_left{
	width: 217px;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}


div#top_contents_center{
	width: 217px;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 10px;
}


div#top_contents_right{
	padding: 0px;
	float: right;
	width: 324px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-color: #F3F3F3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

div#footer{
	display: block;
	margin: 0px;
	padding: 10px 0px 0px;
	clear: both;
	float: none;
	width: 800px;
	text-align: right;
}


div#contents_main{
	text-align: left;
	padding: 0px;
	clear: both;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#page_title{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
}

div#page_title_bg{
	display: block;
	margin: 0px;
	width: 770px;
	clear: both;
	height: 35px;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../images/page_t_bg.gif);
	background-repeat: no-repeat;
	}

div#contents_left{
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
}

div#contents_left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


div#contents_left ul li{
	display: block;
	margin: 0px;
	height: 20px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: none;
	background-image: url(../images/c_menu_bk.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	background-position: bottom;
	line-height: 10px;
}


div#contents_left A:link {
	text-decoration:none;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";

}
div#contents_left A:visited {
	text-decoration:none;
	color: #333333;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
div#contents_left A:active {
	text-decoration:none;
	color: #cc3333;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
div#contents_left A:hover {
	text-decoration:underline;
	color: #cc3333;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}



div#contents_right{
	float: right;
	width: 620px;
	margin: 0px;
	padding: 0px;
}


div#contents_simple{
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ClassSetting */


.text_blue{
	color: #307cb7;
}

.top_catch{
	font-size: 12px;
	color: #307cb7;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 130%;

}

.top_copy{
	font-size: 12px;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;

}

.top_copy ul{
	padding: 0px 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.top_copy li{
	padding: 0px;
	margin: 0px;
	color: #333333;

}

.c_box01{
	text-align: left;
	display: block;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #DF0420;
	background-color: #F6F6F6;
}

.c_box02 {
	background-color: #FFFFF0;
	padding: 0px;
	border: 1px dotted #669900;
	display: block;
}

.box_margin10 {
	padding: 10px;
}

.box_left {
	float: left;
	margin-right: 10px;
}


.box_right {
	float: right;
	margin-left: 10px;
}

.box_waku01 {
	padding: 10px;
	width: 710px;
	border: 1px dotted #CC3333;
	background-color: #F9F9F9;
	display: block;
}



.box_section{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}


.box_section2{
	display: block;
	padding-left: 20px;
}


.box_list{}

.box_list ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.box_list ul li{
	background-image: url(../images/icon04.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: left;
	list-style-type: none;
}


.box_banner{
	margin-top: 15px;
}


.title01{
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #CC3333;
	margin-bottom: 5px;
	padding: 0px 5px 5px;
}

.title02 {
	font-weight: bold;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: 5px 3px;
}

.title03{
	font-weight: bold;
	padding: 5px 5px 0px;
	display: block;
	color: #669900;
}

.title04{
	font-weight: bold;
	background-color: #F5F5F5;
	display: block;
	padding: 5px;
}

.under_line{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}

.ul_nolist{
	list-style-type: none;
}

.li_icon01{
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 1px;
	padding-left: 20px;
}


.li_icon03{
	background-image: url(../images/icon03.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 1px top;
	padding-left: 20px;
}


.links {
	border: 1px solid #999999;
	padding: 0px;
}



.text12_h{
	font-size: 12px;
	line-height: 16px;
}


.ws_no{
	white-space: nowrap;
}

.tableA{}

.tableA table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tableA th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #CBDCED;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
}

.tableA td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}


.tableB{}

.tableB table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.tableB th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #CBDCED;
	padding: 3px;
	font-weight: normal;
	white-space: nowrap;
}

.tableB td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}


/* caption_Setting */

.thumb-title/**/ {
	background: url(../images/icon_thumbnail.gif) no-repeat 0 0px;
	text-decoration:underline;
	text-align: left;
	padding-left: 20px;
}


/* Gmenu */

#Gmenu{
	height: 33px;

}

#Gmenu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#Gmenu ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	height: 33px;
}

/* Gmenu01 */

#Gmenu01{
	background-image: url(../images/menu_01.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 62px;

}


#Gmenu01 A{
	background-image: url(../images/menu_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 62px;
	overflow: hidden;
}


#Gmenu01 A:hover{
	background-image: url(../images/menu_x_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 62px;
	overflow: hidden;
}


/* Gmenu02 */

#Gmenu02{
	background-image: url(../images/menu_02.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 139px;

}


#Gmenu02 A{
	background-image: url(../images/menu_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 139px;
	overflow: hidden;
}


#Gmenu02 A:hover{
	background-image: url(../images/menu_x_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 139px;
	overflow: hidden;
}

/* Gmenu03 */

#Gmenu03{
	background-image: url(../images/menu_03.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 110px;

}


#Gmenu03 A{
	background-image: url(../images/menu_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 110px;
	overflow: hidden;
}


#Gmenu03 A:hover{
	background-image: url(../images/menu_x_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 110px;
	overflow: hidden;
}

/* Gmenu04 */

#Gmenu04{
	background-image: url(../images/menu_04.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 70px;

}


#Gmenu04 A{
	background-image: url(../images/menu_04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 70px;
	overflow: hidden;
}


#Gmenu04 A:hover{
	background-image: url(../images/menu_x_04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 70px;
	overflow: hidden;
}

/* Gmenu05 */

#Gmenu05{
	background-image: url(../images/menu_05.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 49px;

}


#Gmenu05 A{
	background-image: url(../images/menu_05.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 49px;
	overflow: hidden;
}


#Gmenu05 A:hover{
	background-image: url(../images/menu_x_05.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 49px;
	overflow: hidden;
}

/* Gmenu06 */

#Gmenu06{
	background-image: url(../images/menu_06.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 175px;

}


#Gmenu06 A{
	background-image: url(../images/menu_06.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 175px;
	overflow: hidden;
}


#Gmenu06 A:hover{
	background-image: url(../images/menu_x_06.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 175px;
	overflow: hidden;
}

/* Gmenu07 */

#Gmenu07{
	background-image: url(../images/menu_07.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 72px;

}


#Gmenu07 A{
	background-image: url(../images/menu_07.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 72px;
	overflow: hidden;
}


#Gmenu07 A:hover{
	background-image: url(../images/menu_x_07.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 72px;
	overflow: hidden;
}

/* Gmenu08 */

#Gmenu08{
	background-image: url(../images/menu_08.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 72px;

}


#Gmenu08 A{
	background-image: url(../images/menu_08.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 72px;
	overflow: hidden;
}


#Gmenu08 A:hover{
	background-image: url(../images/menu_x_08.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 72px;
	overflow: hidden;
}

/* Gmenu09 */

#Gmenu09{
	background-image: url(../images/menu_09.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 51px;

}


#Gmenu09 A{
	background-image: url(../images/menu_09.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 51px;
	overflow: hidden;
}


#Gmenu09 A:hover{
	background-image: url(../images/menu_x_09.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 33px;
	width: 51px;
	overflow: hidden;
}
