@charset "utf-8";
/* CSS Document */

body {
	background-image: url(back/back1.gif);
}

#wrapper {
	width:930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0066FF;


}

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(back/container_back.png);
	overflow:auto;
	background-repeat: repeat-y;
	clear: both;
}


#header{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	
}

#header_left{
	width:570px;
	float: left;
	background-color: #FFFFFF;
}

#header_right{
	width:330px;
	float:right;
	background-image: url(header/header_right.jpg);
	background-repeat: no-repeat;
	height: 120px;
	text-align: right;
}

#header_right p{
	margin-top: 80px;
	text-align: right;
	margin-right: 15px;
}



#content{
	width:730px;
	float:left;
	background-color: #FFFFFF;
	text-align: left;
}

#sidebar{
	float: right;
	width: 170px;
	background-color: #FFFFFF;
	padding-top: 15px;
}





#footer{
	width: 930px;
	background-color: #0066FF;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	line-height: 2.0;
	clear: both;
}

#footer a{
	color: #FFFFFF;
}


	
#person{
	font-size: 14px;
	line-height: 1.8;
	color: #333333;
	background-color: #FFFFCC;
	width: 85%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: thin solid #0066FF;
	padding: 10px;
	text-align: left;
}

/* テキスト */

h1{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	width: 95%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
}


h2	{
	font-size: 16px;
	background-image: url(icon/sign06.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	border-bottom: solid 1px #aaaaaa;
	width:85%;
	margin-top: 12;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 30px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 55px;
	color: #333333;
}

h3{
	font-weight: bold;
	width: 70%;
	margin-left: 20px;
	border-bottom-width: thin;
	border-left-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #E9003A;
	border-left-color: #E9003A;
	font-size: 14px;
	line-height: 2;
	color: #333333;
	border-left-style: solid;
	padding-left: 10px;
	}
	
li {
	font-size: 14px;
	line-height: 2.0;
	color: #333333;
}	


a:link {
	color:#0066FF;
}
a:visited {
	color:#0066FF;
} 


p {
	font-size: 14px;
	color: #333333;
	line-height: 1.8;
	margin-right: 5px;
	margin-left: 20px;
	text-align: left;
}




img{
	border:none;
	}
	
table{
	font-size: 14px;
	border-collapse: collapse;
}


	
#red{
	color: #FF0000;
}

#blue{
	color: #0000FF;
}



	
blockquote {
	font-size: 14px;
	line-height: 1.8;
	color: #0066FF;
}

.ceteral{
	text-align: center;
}

