* {
	color:#333333;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a {
	color:#DB4956;
        text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 1px;
	text-align: center;
}

#wrap {
	padding: 5px;
	margin-top: 5px;
	width: 790px;
	margin: auto;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:100%;
	height:60px;
	text-align: left;
	background-repeat: no-repeat;
}


h1 a {
	display: block;
	text-decoration: none;
	width: 300px;
	height: 25px;
	margin-left: 35px;
	padding-top: 10px;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
}

#header #sub {
	font-size: 10px;
	color: #A8A253;
	margin-left: 35px;
}




/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:790px;
	float: left;
	text-align: left;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 14px;
	padding-left: 10px;
	color: #993333;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #993333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #993333;
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2D5991;
	padding-left: 10px;
	color: #2D5991;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}




/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	height: 300px;
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#f_menu li a {
	font-size: 10px;
        color:#333333;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #990000;
	font-size: 10px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #993300;
}

