* {
	color:#333333;
	padding:0;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	background-image: none;
}

body {

	background: #f4f4f4 url(img/bg.gif) top center repeat-y;
}

a {
	color:#0033FF;
}

a:hover {
	text-decoration: none;
	color:#DB4956;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color:#CC0369;
    background-color:#FFFF99;
    
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:760px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	color: #303030;
	margin-top: 0px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:760px;
	height:100px;
	
}


h1  {
	display: block;
	font-weight: normal;
	text-align:left;
	margin-left: 5px;
	padding-top: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #CCC;
}

h2  a{
	display: block;
	text-decoration: none;
	width: 400px;
	height: 50px;
	margin-left: 5px;
	padding-top: 0px;
	font-size: 10px;
	color: #333333;
}



#header #sub {
	font-size: 10px;
	color: #A8A253;
	margin-left: 70px;
}





/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:570px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #BF406B;
	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: #BF406B;
	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: #CD7C99;
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 14px;
	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;
}

#contents #top_img {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E4F3E4;
	border: 1px solid #D0E3D0;
}
#contents #next {
	padding: 10px;
	text-align: right;
	padding-right: 80px;
	color: #BF406B;
	font-weight: bold;
}

#contents #table{
font-size: 11px;
font-weight: normal;
text-align: left;
color: #000000;
width: 450px;

border: 1px solid #CCCCCC;
border-collapse: separate;
border-spacing: 1px;
}
th {
padding: 5px;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color: #FFFFFF;
}
td {
padding: 5px;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color: #FFFFFF;
}


/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
}

#side li {
	list-style-type: none;
}

#side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#side_d h3 {
	display: block;
	width: 160px;
	height: 100px;
	line-height: 60px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -5px;
	margin-top: 3px;
	background-image: url(img/h3.gif);
	font-size: 12px;
	padding-top: 2px;
	text-align: center;
	
}

#side_d ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 6px 7px 0px 6px;
	font-size: 12px;
	background: url(img/menu.gif) repeat-y ;
}

#side_d li a {
	
	height: 30px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 7px 0 0 24px;
	background: url(img/menu-b.gif) no-repeat;
	font-size: 11px;
}


#side_d li a:hover {
	background: url(img/menu-how.gif) no-repeat;
	text-decoration: underline;
	color: #FFFFFF;
	
}

#side_d h4 {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
	margin-top: 3px;
	background-image: url(img/h4.gif);
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:760px;
	height: 20px;
	background-color: #FFFFFF;
}

#nav ul {
	list-style-type:none;
	float: right;
	display: block;
	margin-right: 1px;

  }
  

#nav li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;

  }
  
#nav a {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #BF406B;
	background-color: #FFFFFF;
}



/*
コピーライト
-------------------------------------------------------------------*/

address {
	clear: both;
	width: 760px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #BF406B;
	font-size: 10px;
}


address a{
	color:#FFF;
	text-decoration: none
	}
	
address a:hover {
	color: #FFF;
	text-decoration: none;
}
