/* CSS Document */

body {
	height:100%;
	background-image:url(./img/bg.jpg); 
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	}

.container {
	text-align:left;
	width:650px;
	height:1080px;
	background-color:#FFFFFF;
	background-image:url(./img/background.jpg); 
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	}

.header{
    width:650px;
	background-color:#FFFFFF;
	height:auto;
	}

div.header1{
	text-align:center;

  }

div.header2{
	text-align:right;
	float:right;
	font-size:9px;
	}


.gloval_navi{
	width:650px;
	margin: 0 0 0 0;
	text-align:center;
	}

.gloval_navi a,
.gloval_navi a:link,
.gloval_navi a:visited,
.gloval_navi a:active{
	width:110px;
	height:25px;
	color:#FFFFFF;
	text-align:center;
	display:block;
	float:left;
	border-left:solid 1px #FFFFFF;
	}

.gloval_navi a:hover{
	width:110px;
	height:25px;
	background-color:#000088;
	color:#FFFFFF;
	text-align:center;
	display: block;
	float:left;
	}


.story{
	width :650px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.story img{
	padding:3px 0px 3px 0px;
}

.reason{
text-align:left;
 margin: 0px 0px 0px 25px;
}
.writing{
	width :610px;
	height :100px;
	margin: 0px 18px 0px 25px;
	text-align:left;
}
.writing p{
	padding:0px 10px 0px 25px;
}

.writing img{
	padding:3px 0px 3px 0px;
	float:right;
}

.writing2{
	width :610px;
	height :180px;
	margin: 0px 18px 0px 25px;
	text-align:left;
}
.writing2 p{
	padding:0px 10px 0px 25px;
}

.writing2 img{
	padding:3px 0px 3px 0px;
	float:right;
}

.box1{
    width:310px;
	margin: 15px 10px 5px 10px;
	float:left;
}

.box1 h2{
	text-align:center;		
	padding:0px 0px 0px 0px;
	border-top:solid 3px #ddd;
	border-bottom:solid 3px #ddd;
	font-size:13px;
}


.boximage1{
    padding:0px 150px 300px 150px;
	margin: 10px 10px 0px 15px;
	float:left;
}
.box2{
    width:310px;
	margin: 15px 10px 5px 10px;
	float:right;
}

.box2 h2{
	text-align:center;		
	padding:0px 0px 0px 0px;
	border-top:solid 3px #ddd;
	border-bottom:solid 3px #ddd;
	font-size:13px;
}

.box3{
    width:300px;
	margin: 15px 10px 5px 10px;
	float:left;
}

.box3 h2{
	text-align:center;		
	padding:0px 0px 0px 0px;
	border-top:solid 3px #ddd;
	border-bottom:solid 3px #ddd;
	font-size:13px;
}


.box4{
    width:300px;
	margin: 15px 10px 5px 10px;
	background-color:#FFFFFF;
	float:right;

}


.contents{
	width :650px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
.contents img{
	margin: 0px 0px 0px 0px;
}
.contents li{
    font-size:13px;
	list-style-type:none;
	margin: 0px 5px 0px 0px;
	vertical-align:middle;
}

.round-top {
	background: #ccc url(round_t_l.gif) no-repeat top left;
}
.round-top span {
	background: url(round_t_r.gif) no-repeat top right;
	height: 10px;
	display: block;
}
.round-bottom {
	background: #ccc url(round_u_l.gif) no-repeat bottom left;
}
.round-bottom span {
	background: url(round_u_r.gif) no-repeat bottom right;
	height: 10px;
	display: block;
}
.round-body {
	font: 80%/150%;
	background: #ccc;
	padding: 0 10px;
}
.round-body p { margin: 0px; }

.postit { 
	background:#efefef; 
	width:auto;
	padding:0 5px; 
	font-weight:bold; 
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left:solid 10px #666;
}

.footer{
	width:650px;
	margin:0 auto;
}

.copyright{
	text-align:center;
	font-size:9px;
}




