* {
	
	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;
        
}


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;

    border: 1px;	
	border-style: solid;
	border-color: #333333;
	background-color: #ffffff;
	margin-top: 0px;
}

#wrap {
	float: left;
	padding: 5px;
	margin-top: 0px;
}
#base1 p {
	font-size: 13px;
	color: #000000;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
        padding-bottom: 5px;
        font-weight: bold;
}
#base2 p{
	font-size: 16px;
	color: red;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:80px;
	margin: 5px;
	
}
p { margin-right: 10px;}

h1 a {
	
	text-decoration: none;
	width: 300px;
	height: 60px;
	margin-left: 0px;
	padding-top: 30px;
	font-size: 23px;
	line-height: 23px;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}

#header #sub {
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-right: 260px;
	padding-top: 10px;
}




/*ナビゲーション
----------------------------------------------- */
#nav {
	width:800px;
	height: 20px;
	background-color: #c5004c;
	}

#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:600px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 10px;
	margin-left: 30px;
	line-height: 25px;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contents h1,h2 {
	font-size: 18px;
	padding-left: 10px;
	
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
	
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 16px;
	background-color: #0000bf;
	
	padding-left: 10px;
	color: #ffffff;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 15px;
}

#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: 10px;
	
}

#contents ul {
            background-color:#d8fff9;
            margin-right: 100px;
            margin-left: 30px; 
            list-style-image: url(img/icon04.gif);          
}



#contents li {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

#contents #main {   
           color:#0000ff;
           text-align: right;
           font-size: 16px;
           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: 160px;  
       border: 1px solid #c5004c;
       margin-top: 15px;
       border-top: 0px;
}


#side_d {
	
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	
}

#side_d h3 {
	display: block;
	width: 160px;
	line-height: 26px;
	color: #ffffff;
        
	margin-top: 0px;
	background-color: #821a19;
	font-size: 14px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #c5004c;
        border-left: 0px;
        border-right: 0px;
}



#side_d p  {
	display: block;
	width:160px;
	font-size: 14px;
	color:#000000;
	line-height: 19px;
	margin-top: 5px;
	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-color: #c5004c;
	font-size: 10px;
}

address a {
	font-style: normal;
	color: #FFFFFF;
	
	background-color: #0000bf;
	font-size: 10px;
}
