* {
	padding:0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color:#003366;
}

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:640px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 14px;
}

#wrap {
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:640px;
	height:120px;
}


h1 a {
	display: block;
	width: 620px;
	height: 32px;
	line-height: 32px;
	margin:0 auto;
	padding-top: 30px;
	text-decoration: none;
	text-align:center;
	font-size: 32px;
	color: #FF0000;
}

#header #sub {
	font-size: 14px;
	color: #003366;
	text-align:center;
	margin-top: 10px;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:640px;
	height: 40px;
	background-color: #FF9900;
}

#nav ul {
	width:530px;
	list-style-type:none;
	margin: 0 auto;
  }
  

#nav li {
	float:left;
	padding-left: 30px;
	padding-right: 25px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 12px 15px;
  }
  
#nav a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-weight:bold;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover {
	color: #000099;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:620px;
	margin:0 auto;
}

#contents p,#contents dd{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
}

#contents h2 {
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 30px;
	margin-top: 10px;
	
	
}


#contents h3 {
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #663300;
	text-indent: 30px;
	margin-top: 10px;
	background-position: 6px 6px;
	margin-left: 20px;
}

#contents h4,#contents dt {
	background-image: url(img/h4.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
	text-indent: 20px;
	margin-top: 10px;
	background-position: 8px 8px;
	margin-left: 30px;
}
#contents h4 a{
	color:#00f;
}
#contents h4 a:hover{
	color:#f00;
}

#contents #c_pad {
	padding: 10px;
}

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

#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: #FF9900;
	font-size: 14px;
}
