/*
--------------------------------------------------
	Subwin Styles
	Version: 2008
-------------------------------------------------- */
/*	Imported Base Style
-------------------------------------------------- */
@import "reset.css";
@import "fonts.css";
@import "clearfix.css";

html { background: #F9F7F1;}
body {
	font-family:
		Verdana,
		Arial,
		Helvetica,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		sans-serif;
	color: #555;
	background: #F9F7F1 url(../img/common/bg_top.gif) repeat-x center top;
	}
a       { color: #B95524; text-decoration: underline;}
a:hover { color: #B95524; text-decoration: none;}

/*
--------------------------------------------------
	Subwin Container
-------------------------------------------------- */
#subwin-container { width: 100%;}

/*
--------------------------------------------------
	Subwin Header
-------------------------------------------------- */
#header {
	width: 200px;
	height: 70px;
	background: url(../img/common/header.gif) no-repeat 0 0;
	position: relative;
	overflow: hidden;
	}
#logo {
	width: 500px;
	height: 0;
	text-decoration: none;
	padding-top: 70px;
	background: url(../img/common/logo.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	}

/*
--------------------------------------------------
	Subwin Content
-------------------------------------------------- */
#subwin-content { padding: 20px;}

/*
--------------------------------------------------
	Column
-------------------------------------------------- */
.column {}
.column p { font-size: 93%; line-height: 1.3; margin: 10px 0;}
.column ol { font-size: 93%; line-height: 1.3; margin: 10px 0;}
.column ol li { margin: 3px 0;}

/*	Column Options
-------------------------------------------------- */
ol.square { margin-left: 30px;}
ol.square li { list-style: square;}

/*	Online Service
-------------------------------------------------- */
#onlineservice ol { margin-bottom: 40px;}

/*
--------------------------------------------------
	Move
-------------------------------------------------- */
.move { padding: 20px 20px 0;}
.move p { font-size: 85%; line-height: 1.2; text-align: center;}

/*
--------------------------------------------------
	Subwin Footer
-------------------------------------------------- */
#footer { padding: 10px 20px;}
#footer p { font-size: 85%; color: #736B62; line-height: 1.2; text-align: center;}
