*{
	margin:0px;
	padding:0px;
}

html,body{
	height: 100%;
	text-align: center;
}

body {
    background-color: #CCCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
}

#layout {
    /*background-color: #e4dacd;*/
	height: 100%;
	/*border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;*/
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#layout_inner {
    background-color: #FFF;
	padding: 0px 0px 10px 0px;
	height: auto;
}

#header {
    margin: 0;
	width: 800px;
	background-color: #CCCCCC;
}

#header_menu {
    background-color: #e06c1f;
	width: 800px;
	text-align: left;
	margin: 0 0 3px 0;
	padding:0;
}

#contents {
    width: 800px;
	margin: 0;
	height: auto;
	background-color: #FFFFFF;
}

#bottom {
    /*background-color: #e4dacd;*/
	width: 100%;
	padding: 15px 0px 10px 0px;
	margin-top: 10px;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.top_navi {
    padding: 0;
	margin: 0;
}

.top_flash {
}

.info_box {
    width: 525px;
	margin: 2px 2px 0px 4px;
	padding-bottom: 15px;
	background-color: #ffffff;
	float: left;
	height: 270px;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
}

.info_ver {
    background-image: url(images/ver_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
	padding: 1px 0px 0px 0px;
	text-align: left;
}

.info_con {
    border-bottom: 1px dotted #999999;
	background-image: url(images/info_point.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 10px 10px 2px 10px;
	padding: 3px 0px 5px 20px;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
}

.bunner {
   float: right;
   margin: 2px 5px 0px 0px;
}

.bunner img {
   margin-bottom: 4px;
}


.con_title {
    background-image: url(images/ver2_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	padding: 1px 0px 0px 0px;
	text-align: left;
	margin-bottom: 3px;
}

.con_left {
    float: left;
	margin-right: 5px;
	width: 190px;
	text-align: left;
}


.con_right {
    float: right;
	width: 580px;
	background-color: #FFFFFF;
}



.con_right_title {
    color: #000000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
	margin: 7px 0px 3px 5px;
	padding: 3px 0px;
	text-align: left;
	width: 96%;
	line-height: 140%;
}

.con_right_con {
    color: #333333;
	margin: 5px 0px 3px 5px;
	padding: 2px 0px;
	text-align: left;
	line-height: 150%;
	width: 95%;
	font-size: 12px;
}

.con_right_con img {
    margin: 3px;
}

/*1カラム用*/

.con_one {
	width: 800px;
	background-color: #FFFFFF;
}


.con_one_title {
    color: #000000;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
	margin: 7px 0px 3px 5px;
	padding: 3px 0px;
	text-align: left;
	width: 96%;
	line-height: 140%;
}

.con_one_con {
    color: #333333;
	margin: 5px 0px 3px 5px;
	padding: 2px 0px;
	text-align: left;
	line-height: 150%;
	width: 95%;
	font-size: 12px;
}

.con_one_con img {
    margin: 3px;
}

/*↑↑　1カラム用　↑↑*/

.con_bottom {
	background-image: url(images/bottom_ver.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
	text-align: center;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	padding-top: 15px;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
	
.con_navi {
	font-size: 11px;
	text-align: left;
	margin: 5px 0px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
}	
	
	
	
	
a:link,a:visited {
	color: #e06c1f;
}

a:hover {
    color: #333333;
}

