/* 0 : 共通スタイル
------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
}
.center {
	text-align: center;
}
.bgcolor {
	padding: 20px;
	text-align: center;
	background-color: #ECF0F2;
}


.f-left {
	float: left;
}
.f-right {
	float: right;
}
.indent {
	padding-left: 30px;
}
.gotop {
	text-align: right;
	margin-bottom: 15px;
	font-size: 0.75em;
}

.widebox {
	width: 770px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.widebox a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}
/*  : トップエリア
------------------------------------------------------------ */
#top {
	background-color: #99CC00;
}
#top .widebox h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	width: 50%;
	line-height: 15px;
	padding-top: 2px;
}
#top .widebox ul {
	float: right;
	width: 370px;
	line-height: 15px;
}
#top .widebox li {
	list-style-type: none;
	float: right;
	padding-right: 5px;
}
#top .widebox a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}


/*  : コンテナ　幅770px　センター
------------------------------------------------------------ */
#container {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

/*  : ヘッド　ロゴ　ログイン
------------------------------------------------------------ */
#container #head {
	float: left;
	padding-top: 20px;
	width:100%;
}
#container #head #head_login {
	float: right;
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
	color: #666666;
	width: 260px;
}
#container #head #head_logo {
	height: 80px;
}
#container #head #head_logo img {
	margin-top: 20px;
}
#container #head #head_login dt{
	width: 120px;
	float: left;
	padding-top:4px;
}
#container #head #head_login dd{
	padding-top:4px;
}
#head_login .login_id {
	width: 120px;
	margin-bottom: 2px;
	height: 15px;
	margin-left: 10px;
	border: 1px solid #333333;
}
#head_login .login_pass {
	width: 120px;
	margin-bottom: 2px;
	height: 15px;
	margin-left: 10px;
	border: 1px solid #333333;
}
/*  : トップイメージ
------------------------------------------------------------ */
#container #image_area {
	height: 140px;
	clear: both;
	padding-top:15px;
	width: 770px;
}

/*  : メインコンテンツ
------------------------------------------------------------ */
#container #contents {
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
}

/*  : メインボックス　特徴
------------------------------------------------------------ */
#container #contents #main_box {
	width: 520px;
	float: left;
}
#container #contents #main_box h3 {
	padding: 0px 0px 5px;
	margin: 0px 0px 20px;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#container #contents #main_box dl {
	margin-bottom: 20px;
}
#container #contents #main_box dt {
	margin-top: 5px;
	margin-bottom: 10px;
}
#container #contents #main_box dd {
	color: #666666;
	line-height: 140%;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-left: 5px;
}
#container #contents #main_box .ssl {
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #contents #main_box .ssl p {
	font-size: 0.75em;
	line-height: 140%;
	color: #666666;
}

/*  : サイドボックス　新規登録　INFO
------------------------------------------------------------ */
#container #contents #main_side {
	width: 235px;
	float: right;
}
#container #contents #main_side .entry {
	margin-bottom: 5px;
}
#container #contents #main_side .side_box {
	margin-bottom: 10px;
	border: 1px solid #999999;
}
#container #contents #main_side .side_box h4 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #99CC00;
	height: 18px;
	line-height: 18px;
	text-indent: 0.5em;
}
#container #contents #main_side .side_box p {
	height: 110px;
	font-size: 0.7em;
	color: #666666;
	overflow: auto;
	padding: 5px;
	line-height: 140%;
}
#container #contents #main_side .side_box .qr {
	padding: 10px;
}

/*  : フッター
------------------------------------------------------------ */
#footer {
	clear: both;
	padding-bottom: 30px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer .widebox li {
	list-style-type: none;
}
#footer .widebox a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer .widebox li {
	float: left;
}
#footer .widebox p {
	text-align: right;
	font-size: 12px;
	color: #666666;
}

/*  : ログイン前静的ページ
------------------------------------------------------------ */
.red {
	color: #FF0000;
}
.alert {
	color: #FF0000;
}
.warn {
	color: #FF0000;
}
#container #contents #ins_box {
	width: 540px;
	float: left;
}
#container #contents #ins_side {
	width: 200px;
	float: right;
	height: 450px;
}
#container #contents #ins_box p {
	font-size: 0.8em;
	line-height: 150%;
	color: #333333;
	margin-bottom: 20px;
}
#container #title_area {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 20px;
}

#container #contents #ins_side ul {
	margin-top: 10px;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
}
#container #contents #ins_side li {
	list-style-type: none;
	background-image: url(line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 31px;
}
#container #contents #ins_side ul a {
	line-height: 30px;
	color: #3333FF;
	text-decoration: none;
	text-indent: 0.5em;
	display: block;
	height: 30px;
	font-size: 0.8em;
}
#container #contents #ins_side ul a:hover {
	background-color: #EAFFAA;
	color: #333333;
}
#container #contents #ins_box h4 {
	color: #99CC00;
	font-size: 0.9em;
	margin-bottom: 15px;
	font-weight: normal;
}
#container #contents #ins_box .usg dl {
	margin-bottom: 20px;
}
#container #contents #ins_box .usg dt {
	color: #006666;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-left: 5px;
}
#container #contents #ins_box .usg dd {
	font-size: 0.8em;
	color: #333333;
	line-height: 140%;
	margin-bottom: 15px;
	padding-left: 15px;
}
#container #contents #ins_box ol {
	margin-bottom: 20px;
	margin-left: 40px;
}
#container #contents #ins_box li {
	font-size: 0.8em;
	line-height: 150%;
	color: #333333;
	margin-bottom: 5px;
}
#container #contents #ins_box .faq_box dt {
	font-size: 0.8em;
	color: #FF3300;
	padding-left: 15px;
	text-indent: -1em;
	margin-bottom: 10px;
}
#container #contents #ins_box .faq_box dd {
	text-indent: -1em;
	margin-bottom: 40px;
	font-size: 0.8em;

}
#container #contents #ins_box h5 {
	background-color: #FF6600;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#contents #ins_box #feature li {
	list-style-type: none;
	background-color: #EBEEF1;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #contents #ins_box #box td {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding: 2px;
}

/*  : プライバシーポリシー
------------------------------------------------------------ */
#container #contents #privacy {
	font-size: 0.8em;
	color: #333333;
	line-height: 140%;
}
#container #contents #privacy h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #99CC00;
	padding-bottom: 10px;
}
#container #contents #privacy ul {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15px;
	color: #333333;
}
#container #contents #privacy blockquote {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
}
/*  : 会社案内
------------------------------------------------------------ */
#contents #company p {
	padding-left: 15px;
	padding-bottom: 20px;
	font-size: 1em;
	color: #99CC00;
}
#contents #company ol {
	margin-left: 2em;
	line-height: 140%;
}

#contents #company dl {
	background-color: #ececec;
	margin: 0.5em 1em;
	border: 1px solid #cccccc;
	border-top: none;
	font-size: 0.8em;
}

#contents #company dt {
	font-weight: normal;
	color: black;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	border-top: 1px solid #cccccc;
	width: 8em;
	float: left;
}
	
#contents #company dd {
	background-color: white;
	margin: 0 0 0 8em;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
/*  : お問い合わせ
------------------------------------------------------------ */
#container #contents #contact {
	font-size: 0.8em;
	line-height: 140%;
	color: #666666;
}
#container #contents #contact ul {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 15px;
	color: #333333;
}
#container #contents #contact p {
	margin-bottom: 10px;
}
/*  : サイトマップ
------------------------------------------------------------ */
#container #contents #sitemap ul {
	width: 50%;
	margin: 0px;
	float: left;
}
#container #contents #sitemap h4 {
	font-size: 1em;
	font-weight: normal;
	color: #99CC00;
	border-bottom-width: 3px;
	border-bottom-color: #99CC00;
	border-bottom-style: solid;
	margin-bottom: 5px;
	margin-right: 20px;
}
#container #contents #sitemap li {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	list-style-type: none;
}
#container #contents #sitemap a {
	padding-left: 15px;
}

