@charset "utf-8";
/* CSS Document */


body{
	background-color: #25aeee;
	line-height: 150%;
	margin: 0;}


h1{	margin: 40px 0;}

h2,h3,p{
	padding: 0;
	margin: 0;}

img{
	border: 0;}

.margin10{
	margin-bottom: 10px;}


#header{
	text-align: center;
	margin-top: 40px;}

#content{
	background-color: #fff;
	margin: 40px 0 60px 0;
	padding: 40px 0 30px 0;}

#in{
	width: 850px;
	margin: 0 auto;}

#left_ct{
	float: left;
	width: 429px;}

#right_ct{
	float: right;
	text-align: center;
	background: url(image/right_back.gif) no-repeat;
	padding: 26px 10px 10px 10px;
	width: 361px;
	height: 429px;}

#footer{
	clear: both;
	text-align: center;
	padding-bottom: 100px;}


br.clear{
		clear: both;
		font-size:  0;
		line-height: 0;
		overflow: hidden;}/* 回り込み解除 */
	
.clear{	clear: both;}
.left{	float: left;}
.right{	float: right;}

