* {
	
	padding: 0px;
	font-size: 14px;
	line-height: 130%;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-color: #FFFFFF;
	

}

a {
	color:#0000ff;
        font-size: 16px;
        font-weight: bold;
        
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}

span.warning { background-color: #ffff00
}
/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	
	background-color: #FFFFFF;
	margin-top: 20px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 5px;
}
#base1 p {
	font-size: 13px;
	color: #000089;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
        padding-bottom: 5px;
        font-weight: bold;
}
#base2 {
	font-size: 16px;
	color: red;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 5px;
        padding-bottom: 0px;
        font-weight: bold;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:110px;
	margin-top: 20x;
        background-image: url(img/top_img.jpg); 
	background-repeat: no-repeat;
        background-position: 547px 0px;
       border-style: solid;
	border-color: #aee4ff;
        border: 1px;
}


h1 a {
	
	text-decoration: none;
	width: 300px;
	height: 60px;
	margin-left: 10px;
	padding-top: 30px;
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}

#header #sub {
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
	margin-right: 340px;
	padding-top: 15px;
}


/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px;
	background-image: url(img/side.jpg); 
        border-style: solid;
	border-color: #aee4ff;
        border: 1px;
}

#nav ul {
	list-style-type:none;
	float: right;
	display: block;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  }
  

#nav li {
	display: inline;
	padding-left: 22px;
	padding-right: 20px;
	background-image: url(img/c_li.gif);
	background-repeat: no-repeat;
	background-position: 12px 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
  }
  
#nav a {
	color: #000089;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #000000;
	background-color: #FFFFFF;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:610px;
	float: right;
        margin-top: 0px;
	
}

#contents p{
	padding-top: 5px;
	padding-bottom: 10px;
	color: #000000;
	margin-right: 5px;
	margin-left: 20px;
	line-height: 25px;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	
        border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ce7cce;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


#contents h3 {
	font-size: 16px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ce7cce;
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 20px;
	margin-left: 10px;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff6600;
	padding-left: 10px;
	color: #993333;
	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;
	
	border: 1px solid #C2BE83;
}
#contents li {
	display: block;
	background-image:url(img/icon02.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 2px;
	background-position: 10px center;
	
}

/*
表
-------------------------------------------------------------------*/
table#sample1 { border-collapse: collapse }
table, th, td { border: 1px solid #999999 }
table, th, td { padding: 10px; }
th {
        color: #000000;
        background-color: #cccccc; 
}
caption {
        font-size: large;
        font-weight: bold;
        color: #ff3300;
        background: transparment;
}




/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 165px;
         border: 1px;
	border-style: solid;
	border-color: #e59ee0;
        margin-top: 5px;
        background-color: #ffeaf6;
}





#side_d h3 {
	display: block;
	width: 165px;
	line-height: 26px;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin: 0px;
	
	background-color: #e5a8e0;
	font-size: 12px;
	padding-top: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F2C58;
}








#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:15px;
	background-color: ffffff;
	display: block;
	padding: 10px;
	line-height: 15px;
	
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(img/foot.jpg);
	height: 50px;
	background-repeat: repeat-x;
	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: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
}

#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: #ff6600;
	font-size: 10px;
}
