@charset "Shift_JIS";
/* CSS Document */
html {
	list-style-image: none;
	list-style-type: none;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 12p;
	background-color: #791E32;
}
h1 {
	color: #FFF;
	width: 850px;
	margin: 0 auto;
	font-size: 12px;
}
#all {
	width: 850px;
	color: #FFF;
	margin: 0 auto;
	margin-bottom: 20px;
}
div {
	line-break: strict;
} /* 厳密な禁則処理を適用する */
a:hover {
	background-color: #5B0B05;
}
a.input {
	display: block;
	font-size: 14px;
	width: 178px;
	padding: 10px;
	list-style : none;
	color: #FFF;
}
dl {
	float: left;
}
.red {
	font-weight: bold;
	color: #F00;
}
em {
	font-weight: bold;
}
li {
	list-style-type: none;
}
ul {
	margin: 0 auto;
	width: 950px;
	clear: both;
}
/**************************************/
/*             div#header             */
/**************************************/
#header {
	width: 850px;
	padding-top: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#header p {
	text-align: center;
	padding-top: 20px;
}
#flash {
	margin-bottom: 10px;
	width: 850px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#header #title {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 12px;
	height: 18px;
	font-size: 12px;
}
#ul_Logo {
	margin-top: 12px;
	height: 81px;
	width: 950px;
}
#MainVisual {
	width: 950px;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#MainMenu {
	margin: 0 auto;
	width: 950px;
	background: url(../img/common/menu_side.gif) repeat-x;
	height: 63px;
	text-align: center;
}
/**************************************/
/*             div#container          */
/**************************************/

#container {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
}
#container #contents {
	width: 725px;
	float: left;
	margin: 0px;
}
#container dd {
	margin: 0px;
	background-color: #ffffff;
}
#container #dd01 {
	background: url(../img/index/image01.jpg) no-repeat right #fff;
	margin-bottom: 25px;
	height: 300px;
	border: #CCC solid 1px;
}
#container #dd02 {
	margin-bottom: 25px;
	height: 280px;
	border: #CCC solid 1px;
	background: url(../img/index/image02.jpg) no-repeat right #fff;
}
#container #dd03 {
	height: 250px;
	border: #CCC solid 1px;
	background: url(../img/index/image03.jpg) no-repeat right #fff;
}
#container dt {
	border-bottom: #FFA2A2 solid 1px;
}
/*サイドメニュー*/
.dl_Sidemenu {
	float: left;
	width: 198px;
	margin: 0px;
}
.dd_Sidemenu {
	width: 198px;
	border-width: 0px 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
	background-color: #FFF;
	font-size: 14px;
}
.dt_Sidemenu {
	border-top: 1px solid #ccc;
}
div h3 {
	font-size: 14px;
	font-weight: 100;
	padding: 0px 0px 0px 15px;
	margin: 25px 0px 0px 0px;
	line-height: 24px;
}
/*コンテンツ上部*/
#container_top {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDFDF), to(#fff));
　	/* Safari,Google Chrome用 */ 
 width:100%;
	height: 500px;
}
/*アンダーメニュー*/
#footerMenu {
	height: 50px;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
}
/*メインコンテンツ*/


.li_Margin {
	margin-left: 20px;
}
.back01 {
	background: url(../img/index/title01.gif) no-repeat;
}
.back02 {
	background: url(../img/index/title02.gif) no-repeat;
}
.back03 {
	background: url(../img/index/title03.gif) no-repeat;
}
#pagetop {
	text-align: right;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 14px;
	width: 850px;
}
/**************************************/
/*             div#footer             */
/**************************************/
#footer {
	width: 850px;
	margin: 0 auto;
	font-size: 14px;
	margin-top: 20px;
}
#footer #left {
	float: left;
	width: 800px;
}
#footer #right {
	float: left;
	text-align: right;
}
#footer #access {
	float: left;
	width: 550px;
}
#footer .form {
	float: left;
	width: 188px;
	padding-left: 20px;
}
#footer #copy {
	height: 30px;
	background-color: #9B233D;
	text-align: center;
	border: 1px #999 solid;
	line-height : 30px;
	font-size: 12px;
	width: 948px;
}
<!--
float clea用--> /* for modern brouser */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	overflow: hidden;
}
/**/
