* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

a {
	/*color:#FF3300;*/
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	font-size: large;
	/*color: #CC3300;*/
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/base_bg.jpg);
	background-color: #FFFFFF;
	margin-top: 1px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}



/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 30px;
	background-color: #223A5C;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:780px;
	float: left;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-image: url(img/note_line.gif);*/  /* delete */
	margin-right: 100px;
	margin-left: 100px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h1 a {
	font-size: 21px;
	padding-left: 10px;
	color: #223A5C;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 70px;
	margin-left: 40px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #223A5C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #223A5C;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 70px;
	margin-left: 70px;
	font-weight: bold;
	/*border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #223A5C;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 15px;
	/*border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #223A5C;*/
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 100px;
}

#contents h4 {
	margin-left: 120px;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

/*
#contents #c_pad img {
	margin-left: 100px;
}
*/

#contents #c_pad #top_img {
	margin-left: 80px;
}

#contents #c_pad #ad {
	margin-left: 250px;
}

table {
	margin-left:120px;
	}
td {
	margin-left:0px;
	padding-left:3px;
	}

#contents dt {
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 60px;
	padding-left: 60px;
}

#contents dd {
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 60px;
	padding-left: 100px;
}

#contents ul {
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 60px;
	padding-left: 60px;
}

#contents li {
	font-size: 12px;
	margin-left: 10px;
	padding-right: 1px;
	padding-left: 1px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	/*text-align: center;*/
	background-image: url(img/foot.jpg);
	height: 100%;
	/*background-repeat: repeat-x;*/
	background-repeat: repeat;
	border: 1px solid #E2E2DE;
}

#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-left: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

#f_menu h4 {
	font-size: 12px;
	/*border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #223A5C;*/
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#f_menu h5 a {
	font-size: 8px;
	color: #808080;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	height: 10px;
	background-color: #223A5C;
	font-size: 10px;
}

