body {/*ページ設定*/
	font-size: 13px;/*文字サイズ*/
	line-height: 1.5em;/*行間*/
	color: #808080;/*文字色*/
	background: #ffffff;/*背景色*/
	margin: 0px;/*ページ余白*/
	padding: 0px;/*ページ余白*/
}
tr {/*テーブル内設定*/
	font-size: 13px;/*文字サイズ*/
	line-height: 1.5em;/*行間*/
}
/*リンク設定*/
a:link {color: #3893BA;}
a:visited {color: #3893BA;}
a:hover {color: #C0FDFE;}
a {text-decoration: none;}


.haikeiue {/*上段背景（右上固定）*/
	background-image: url(img/sora001.jpg);/*画像URL*/
	background-repeat: no-repeat;
	background-position: right top;
}
.haikeihidari {/*中段左背景（左下固定）*/
	background-image: url(img/soramini001.jpg);/*画像URL*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.haikeimigi {/*中段右背景（右上固定）*/
	background-image: url(img/soramini002.jpg);/*画像URL*/
	background-repeat: no-repeat;
	background-position: right top;
}
.haikeisita {/*下段背景（左上固定）*/
	background-image: url(img/sora002.jpg);/*画像URL*/
	background-repeat: no-repeat;
	background-position: left top;
}


.yohakuhidari {/*余白左*/
	padding-left: 20px;
}
.yohakumigi {/*余白右*/
	padding-right: 15px;
}
.yohaku {/*余白*/
	padding: 15px;
}
.leftmenu {/*レフトメニュー*/
	padding: 15px 5px 10px 20px;
}
.hutoji {/*太字*/
	font-weight: bold;
}
.t1 {/*見出し*/
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
.bun1 {/*文章スペース*/
	padding: 5px 10px 10px 10px;
}
.imgbox {/*イメージボックス*/
	margin: 0px 0px 1em 40px;
}
.imgbox img{
	border: 1px solid #598A8A;
}
.imgbox_f {/*イメージボックス右側*/
	margin: 0px 10px 1em;
	float: right;
}
.imgbox_f img{
	border: 1px solid #598A8A;
}
input,select {/* テキスト入力 */
	color : #808080 ;
	border : #598A8A 1px solid ;
	background-color : #FFFFFF ;
	line-height : 1.1 ;
}
textarea {/* テキストエリア */
	color : #808080 ;
	border : #598A8A 1px solid ;
	background-color : #FFFFFF ;
	line-height : 1.2 ;
}
.submit,.reset,.button {/* ボタン */
	border : #598A8A 1px solid ;
	background-color : #D2F4FF ;
	line-height : 1.1 ;
}
.checkbox {/* チェックボックス */
	border : 0px ;
}
.radio {/* ラジオボタン */
	border : 0px ;
}
			