* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(img/bg.gif);
}

a {
	color:#0033CC;
}

a:hover {
	text-decoration: none;
}


hr {
	clear: both;
	height: 1px;
	color: #999999;
}

strong {
	color: #394D4E;
}


/*ベース-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*ヘッダー-------------------------------------------------------------------*/

#header {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

a img {
	border:none;
}
h1 {
	font-size: 9px;
	color: #333333;
	margin-left: 17px;
	font-weight: normal;
}

#header #sub {
	font-size: 10px;
	color: #666666;
	margin-left: 17px;
}

#header #sub2 {
	text-align: right;
	padding-right: 30px;
	font-size: 10px;
	color: #666666;
}

/*ナビ----------------------------------------------- */
#nav {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
	padding-top: 6px;
	border-bottom: 1px solid #999999;
	border-top: 1px dotted #CCCCCC;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	font-size: 9px;
	line-height: 18px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 15px;
	padding-right: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	background-image: url(img/li.gif);
}

#nav li a:hover {
	color: #000000;
	background-color: #FDF8F7;
	border-bottom: 0px none #B9B8AC;
}


/*コンテンツ-------------------------------------------------------------------*/

#contents {
	width:610px;
	float: left;
}

#contents p{
	line-height: 20px;
	margin: 6px 15px;
	padding: 5px;
}

#contents h2 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 0px none #CCCCCC;
	border-left: 5px solid #990000;
	border-top: 0px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(img/bar_bg.gif);
	line-height: 35px;
	margin: 10px 10px 5px 5px;
	background-repeat: repeat-x;
	color: #990000;
	padding: 0px 0px 1px 10px;
}


#contents h3 {
	font-size: 13px;
	padding-left: 7px;
	color: #333333;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 13px;
	border-left: 5px solid #990000;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 3px;
	padding-top: 2px;
	background-color: #F3F3F3;
	border-top: 0px none #CCCCCC;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 12px;
	color: #0033CC;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
	width: 560px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding: 10px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents #c_pad p a {
	line-height: 20px;
}

#contents #c_pad p strong {
	line-height: 20px;
}

#contents #top_img {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEDE9;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}

#contents #c_pad #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	margin-top: 45px;
	margin-left: 20px;
	margin-right: 300px;
}


#contents #c_pad .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
}

#contents #c_pad .img_left img {
	border: 1px solid #CCCCCC;
}

#contents #c_pad .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 7px 7px 5px 6px;
}

#contents #c_pad .c_img_left img {
	border: 1px solid #999999;
}

#contents #c_pad .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents #c_pad .c_img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 9px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #999999;
	width: 90px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	margin-right: 5px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*box2-------------------------------------------------------------------*/
#base #wrap #contents #c_pad .box2 {
	float: left;
	height: 150px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
}
#base #wrap #contents #c_pad .box2 h3 {
	margin: 0px;
	background-color: #F3F3F3;
	border-left-color: #CECDC8;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	border-bottom: 1px dotted #DCDBD8;
}

#base #wrap #contents #c_pad .box2 p {
	margin: 0px;
}
/*テーブル-------------------------------------------------------------------*/

#contents #c_pad table {
	width: 570px;
	margin: 5px auto 5px 15px;
	border: 0px none #CCCCCC;
}
#contents #c_pad table td {
	padding: 3px;
	border: 1px solid #EAE8DF;
}
#contents #c_pad table th {
	background-color: #990000;
	padding: 3px;
	background-image: url(img/side_h3.gif);
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #FFFFFF;
}
#contents #c_pad form table th {
	width: 127px;
}

/*パンくず-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*サイド-------------------------------------------------------------------*/
#side {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	width: 175px;
	border: 1px none #FFFFFF;
	background-color: #FFFFFF;
	margin: 5px 1px;
}

#side_d h3 {
	display: block;
	width: 170px;
	line-height: 23px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
	margin: 3px 1px 0px;
}

#side_d ul {
	margin-bottom: 5px;
}

#side_d li a {
	display: block;
	width:160px;
	font-size: 9px;
	line-height: 15px;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: 7px center;
	text-decoration: none;
	border-top: 1px none #CBC8BC;
	border-bottom: 1px solid #999999;
	padding: 3px 0px 3px 6px;
}



#side_d li a:hover {
	background-color: #FDF8F7;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#base #wrap #side #side_pr {
	margin: 0px;
	padding: 4px;
	border: 1px none #DBD9D0;
	background-color: #FFFFFF;
	font-size: 9px;
}
#base #wrap #side #side_pr a {
	font-size: 9px;
	text-decoration: none;
}



/*フッタ-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-repeat: no-repeat;
	border: 1px solid #E2E2DE;
	padding: 5px;
	background-color: #f5f5f5;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9px;
	line-height: 16px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 9px;
}

#f_menu p {
	font-size: 9px;
	color: #333333;
}

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #990000;
	font-size: 12px;
	padding: 5px;
}
/*追加-------------------------------------------------------------------*/
#big_title a  {
	display: block;
	text-decoration: none;
	width: 450px;
	margin-left: 15px;
	padding-top: 30px;
	font-size: 20px;
	line-height: 28px;
	color: #990000;
	font-weight: bolder;
}
#base #wrap #contents #c_pad .box2 #minip {
	font-size: 9px;
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
}
#base #wrap #contents #c_pad .rankbox {
	clear: both;
	width: 575px;
	height: 165px;
	margin-left: 13px;
	margin-top: 5px;
}
#base #wrap #contents #c_pad .rankbox .minibox {
	float: left;
	height: 150px;
	width: 170px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	font-size: 9px;
	margin-right: 1px;
}
#base #wrap #contents #c_pad .rankbox .minibox .prboxmini {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.img_box {
	padding: 0px 8px 8px 0px;
}
#base #wrap #contents #c_pad #afbox {
	height: 260px;
	width: 280px;
	margin-left: 10px;
	float: left;
	margin-right: 5px;
}
