* {
	color:#333333;
	padding:0;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #FF9999;
	background-image: url(img/bg.gif);
}

a {
	color:#DB4956;
}

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:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	

	
}

#wrap {
	
	padding: 0px;
	margin-top: 0px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
    background: #CCCCCC url(img/menu.gif) no-repeat;
	height: 40px;
}

#nav ul {
	list-style-type:none;
	float: left;
	display: block;
	margin-right: 0px;
	
  }
  

#nav li {
	background: url(img/sen.gif) no-repeat ;
	float: left;
	height: 40px;
  }
  
#nav a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 8em;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 40px;
}

#nav a:hover {
		background: url(img/menu2.gif);
	color: #FFFFFF;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:80px;
	background-image: url(img/header.gif);
	
	
}

h1  {
	display: block;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	width: 400px;
	height: 10px;
	margin-left: 5px;
	padding-top: 5px;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
}

h2  a{
	display: block;
	text-decoration: none;
	width: 400px;
	height: 50px;
	margin-left: 5px;
	padding-top: 0px;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
}

#header #sub {
	font-size: 10px;
	color: #CC9999;
	margin-left: 70px;
}


/*
ヘッダー２
-------------------------------------------------------------------*/

#header2 {
	width:800px;
	height:300px;
	background-image: url(img/header2.jpg);
	
	
}
/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width: 760px;
	margin: 20px;
	text-align:left;

}


	
}

#contents p{

	margin: 20px 0;
    line-height: 24px;
    width: 600px;
    padding-left: 50px;
}


#contents b{
	color:#CC0369;
    background-color:#F6D9DD;

	
}

#contents h2	{
	margin: 10px 0;
	height: 35px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 35px;
	text-indent: 40px;
	text-align: left;
    background-image: url(img/h2.gif);
    
	}


#contents h3	{
	margin: 10px 0;
	height: 35px;
	font-size: 16px;
	color: #A11D42;
	font-weight: bold;
	line-height: 35px;
	text-indent: 40px;
	text-align: left;
    background-image: url(img/h3.gif);
    
	}


#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 #table{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    color: #000000;
    width: 300px;
    border: 1px solid #CCCCCC;
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 11px;
}
th {
    padding: 5px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 11px;
}
td {
    padding: 5px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 11px;
}

#contents #migi {
	text-align: right;
	margin-right: 50px;
}
/*


/*
コピーライト
-------------------------------------------------------------------*/

address {
	background-image: url(img/footer_bg.gif);
	color: #FFFFFF;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
