@charset "shift-jis";

/*枠の設定*/
#wrap{
	width:602px;
	text-align:center;
	background:#FFFFFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:0px;
}

/*枠の設定 IE用ハック*/
* html #wrap{
	width:604px;
	text-align:center;
	background:#FFFFFF;
	border-color:#CCCCCC;
	border-style:solid;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-top-width:0px;
}


/*headerの設定*/
#header{
	margin:0 auto;
	padding:0px;
}

#header #line {
	background:#CC9900;
	height:5px;
	width:100%;
}

#header #link{
	padding:10px 10px 0px 10px;
	text-align:right;
}

#header #logo{
	margin:10px;
	text-align:center;
}

/*contentsの設定*/
.contents{
	margin:15px 10px;
}

.text{
	margin:15ps 0px 0px 0px;
	text-align:left;
}
.text2{
	margin:15ps 0px 0px 0px;
	text-align:center;
}

.title{
	margin:15px;
	text-align:center;
}

.h3_text{	
	margin:0px;
}
.h3_text2{	
	margin:15ps 0px 0px 0px;
}
.h3_text3{	
	margin:15ps 0px 0px 0px;
	text-align:left;
}

/*footerの設定*/
#footer{
	margin:0 auto;
	padding:0px;
}


address{
	padding:15px;
	font-style:normal;
}

