﻿/* ページの基本デザイン用CSS */
body {
	background-color: #e0ffff;
	background-image: url(bg_b1.gif);
	text-align: center;
	
}
#right {
		text-align: right;
		}
#contents {
	width:800px;
	background-image: url(side_bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 0px solid #0099FF;
	margin: auto;
	text-align: left;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin: 0px;
    line-height: 1.5em;
    background-color: #0099FF;
	background-image: url();
	background-position: left top;
	background-repeat: no-repeat;
	height: 110px;
	}
h2{
	color: #0000CC;
	font-size:120%;
	border-left: 15px solid #0000CC;
	padding-left: 5px;
	margin-top: 1.1em;
	margin-bottom: 0px;
}
h4 {
	color: #0000CC;
	font-size:120%;
	border-left: 15px solid #0000CC;
	padding-left: 5px;
	margin-top: 1.1em;
	margin-bottom: 0px;
}
h3 {
	background-image:url(h3_bg_brue.jpg);
	border:3px double #000066;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:1em 0px;
	clear:both;
}
p {
    color: #000066;
    font-size: 90%;
	line-height: 150%;
}
link	{font-size:80%;
	 margin-bottom:20px;
	 	clear: both;
	 }
link hr	{border:none
}

hr {
	margin-top: 70px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
    font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
p img {
	float: left;
	margin-right:5px;
	border: solid 0px;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #000066;
	text-decoration: none;
	font-weight:bold;

}
a img {
    border-style:none;
}
h1 a {
	color:#FFFFFF;
	font-weight: normal;
}
li{
	list-style-type:none;
	line-height:150%;
    color: #000066;	
}
#side {
	float: left;
	width: 180px;
	margin-left: 20px;
	background-image: url(side_bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}

#side h4 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h4 a {
	color: #D93E02;
	font-weight:500;
}
#side h4 a:hover {
	color: #D93E02;
        font-weight:700;	
}

#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left:15px;
}
form {
	font-size:90%;
	}

.ad {
	border:0;
	margin:10px 0px 2px 0px;
}
/* p 上空き */
.ad1 {
	margin:20px 0px 5px 3px;
}
}
/* p 下空き */
.ad2 {
	margin:5px 0px 20px 3px;
}
	

/* ページのレイアウト用CSS */

#main {
	float: left;
	width: 580px;
	padding-left: 10px;
      }
#box {
	float: left;
	width: 580px;
	padding-left: 10px;
	}
/* 回り込み */
#mawa {
	line-height: 2;
}
#mawa2 {
	line-height: 2.5;
}
#mawa3 {
	line-height: 2.5;
}
#mawa img {
	margin: 0px 10px 0px 0px;
	float: left;
}
#mawa2 img {
	margin: 0px 15px 0px 0px;
	float: left;
}
#mawa3 img {
	margin: 0px 8px 0px 0px;
	float: left;
}

/* サイドバー装飾用CSS */
#side h4 a{
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
	border-left:solid 15px #0000CC;
	background-color: #FFFFFF;
	display:block;
	padding: 2px 5px;
	margin-top:20px;
}


#side div{
	color: #000066;
	text-align:center;
	padding: 15px 0px;
	margin-top: 10px;
	margin-left: 0px;
	}
	
#side p{
	text-align:center;
	padding: 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	}

#side li{
	list-style-type:none;
	line-height:150%;
}
em {
    font-size:100%;
    color: #00CCFF;
    font-style: normal;
    }
span#hight1{
    line-height: 3em;
    }
span#hight2{
    line-height: 3em;
}
span#blue1{
    color: #009900;
    font-size: 130%;
}
span#blue2{
    color: #009900;
    font-size: 130%;
}
span#red1{
    color: #cc0000;
}


table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size:110%;
}
table td {
    padding:  0px 40px 30px 10px;
    text-align: center;
    white-space: nowrap;

}
td.td1 { width: 300px; }
td.td2 { width: 350px; }
td.td3 { width: 300px; }


span#p200 {
		padding-left: 200px;
		}  
span#p150 {
		padding-left: 150px;
		}    
		
