/*ページのレイアウト用CSS*/
* {
	margin: 0px;
	padding: 0px;
	}
body	{
	background-image: url(background-3.jpg);
	background-repeat: repeat-y;
	background-position:center;
	text-align:center;
}
#contents	{
	width:950px;
	margin:auto;
	position:relative;
	text-align:left;
	clear: both;
	}
#sidemain{
	width: 950px;

	}	
#main	{
	width: 650px;
	float: right;


}
#side	{
	width: 285px;
	float: left;
	padding-left: 10px;

}

#footer{
	height:225px;

	background-image: url(footer-2.jpg);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
	margin: auto;

	}
#foot{
	width: 950px;
	text-align: center;
	margin: auto;
	}
	
#tpws{
	position: absolute;
	height: 127px;
	width: 172px;
	left: 15px;
	top: 15px;
	}	

/* ページの基本デザイン用CSS */

#header_navi {
border-bottom:10px solid #000066;
width:100%;
}
#head{
	height: 160px;
	background-color: #e3f1fa;
	width: 950px;
	margin: auto;
	position: relative;
	}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:130%;
	padding-top: 15px;
	color: #445;
	padding-left: 450px;
	letter-spacing: 3px;
	}
#pict{
	margin-top: 10px;
	}
#main h2 {
	background-image:url(bar-2.gif);
	color: #09C;
	font-size: 100%;
	padding-left: 37px;
	margin:0.5em 0px;
	background-repeat: no-repeat;
	height: 47px;
	width: 640px;
	padding-top: 19px;
	margin-top: 15px;
	letter-spacing: 1px;
}
#main h3 {
	font-size: 100%;
	color: #333;
	border-bottom: 1px solid #0000ff;
	background-color: #e3eefb;
	padding: 4px 0px 3px 10px;
	margin: 20px 10px 0px;	
	}
#main h4 {
	font-size: 100%;
	color: #333;
	padding: 4px 0px 3px 10px;
	margin: 15px 10px 0px;	
	}
p {
	font-size: 90%;
	line-height: 150%;
	margin-right: 30px;
	padding-top: 5px;
	margin-left: 30px;
	color: #333;
}
p img {
	margin-left:5px;
	margin-top: 10px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
h1 a {
	color:#FFFFFF;
	font-weight: normal;
}

#next{
	text-align: right;
	padding-top: 30px;
	padding-bottom: 20px;
	}
ul,ol{
    margin-left:  0em;
    padding-left: 3.5em;
	margin-top: 8px;
	margin-bottom: 13px;
	}
li{
	font-size: 90%;
	line-height: 160%;
	}	

.koe{
	margin-top: 10px;
	margin-bottom: 20px;
	}
.koe p{
	color: #396;

	}
	
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:25px;
	background-image: url(sidebar-2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 265px;
	padding-top: 7px;
	font-size: 100%;
	margin-top: 7px;	
}
#side h2 a {
	color: #09C;
	font-weight:bold;
}
#side ul {
	margin: 0px 0px 10px;
	padding-left:30px;
}
#side ul li{
	list-style-image: url(i-105.gif);
	font-size: 95%;
	line-height: 2.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	}


#foot {
background:#F5F5F5 none repeat 
border-top:1px solid #D3D3D3;
	padding-top: 60px;
	width:100%;
}




