* {
	
	padding:0;
	font-size: 14px;
	line-height: 130%;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-image: url(img/back.jpg)
}
a {
	color:#0000ff;
        
}


a:hover {
	text-decoration: none;
}

a img {
	border:none;
	padding: 8px;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC3300;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}
span.warning { background-color: #ffff00
}
span.warningg { 
                 color: #000000;
                 font-size: 15px;
                 font-weight: bold;
                 border-bottom-style: dotted;
                 border-bottom-width: 1px;
                 
}
/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px;
	border-style: solid;
	border-color: #4f4f4f;
	
	background-color: #ffffff;
	margin-top: 0px;
	
}

#wrap {
	float: left;
	padding: 0px;
	margin-top: 5px;
}
#base1 p {
	font-size: 13px;
	color: #000000;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
        
        font-weight: bold;
}





/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:60px;
	margin-top: 0px;
    background-image: url(img/top2.jpg); 
	background-repeat: no-repeat;
    
   
}


h1 a {
	
	text-decoration: none;
	width: 300px;
	height: 60px;
	margin-left: 0px;
	padding-top: 30px;
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}

#header #sub {
	font-size: 14px;
	color: #000000;
	margin-left: 20px;
	margin-right: 340px;
	padding-top: 10px;
}




/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px;
	background-image: url(img/ba1.jpg);
	
}

#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: #FFFFFF;
  }
  
#nav a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#nav a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}
a {
	color:#0000ff;
        
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:580px;
	float: right;
	
}

#contents p{
	margin-right: 30px;
	margin-left: 30px;
	padding: 5px;

}

#contents h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000bf;
	padding-left: 10px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #9be5ff;
}

#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000bf;
	padding-left: 10px;
	color: #000000;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}


#contents p img {
	text-align: center;
	padding: 5px;
	
}

#contents ul {
            background-color:#d8fff9;
            margin-right: 30px;
            
}



#contents li {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 2px;
	
	
}

#contents #main {   
           color:#0000ff;
           text-align: center;
           font-size: 16px;
           font-weight: bold;
}               

#contents a{
    font-weight: bold;
    }
/*
表
-------------------------------------------------------------------*/
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;  
    margin-left: 10px;
    margin-top: 0px;
    background-color: #ffffff;
}


#side_d {
	
	margin-bottom: 5px;
	width: 155px;
	margin-right: auto;
	margin-left: auto;
	
}

#side_d h3 {
    display: blok;
    background-image: url(img/icon.gif);
    width: 148px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    
    }

#side_d h5 {
	display: block;
	width: 185px;
	line-height: 26px;
	color: #000000;
	margin-top: 0px;
	background-color: #d8fff9;
	font-size: 14px;
	padding-top: 0px;
	text-align: center;
		border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9be5ff;
	
}



#side_d p  {
	display: block;
	width:185px;
	font-size: 14px;
	color:#000000;
	line-height: 19px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 10px;
        margin-bottom: 10px;
	padding-top: 10px;
	background-position: 5px center;
	
}




/*
フッタメニュー
-------------------------------------------------------------------*/

#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: #000000;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-image: url(img/ba1.jpg);
	font-size: 10px;
}

address a {
	font-style: normal;
	color: #FFFFFF;
	
	background-color: #0000bf;
	font-size: 10px;
}
