@charset "UTF-8";
/* ------------------------------

clearfix Hack

------------------------------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hide Mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* ------------------------------

共通項目

------------------------------ */
h1,h2,h3,ul,p,form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,h2,h3,h4 {
	line-height:1;
}

ul.menu {
	list-style-position: outside;
}
ul.menu li {
	list-style-type: none;
	list-style-position: outside;
}
a.btn-pagetop {
	width: 90px;
	height: 21px;
	line-height: 21px;
	background-image: url(../img/common/btn-pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -999em;
	display: block;
	float: right;
	overflow: hidden;
}
a.btn-pagetop:hover {
	background-position: left top;
}

/* ------------------------------

コンテンツ

------------------------------ */
body {
	color: #333333;
	line-height: 1.8;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A51F00;
	font-size: small;
}
#wrap {
	width: 800px;
	text-align: left;
	margin-left: 25px;
}

/* ------------------------------
ヘッダ
------------------------------ */
#head {
	width: 800px;
	padding-top: 32px;
	padding-bottom: 18px;
}
#head h1 {
	width: 245px;
	height: 50px;
	float: left;
}
#head #description {
	font-size: 90%;
	padding-top: 7px;
	float: right;
}

/* ------------------------------
フッタ
------------------------------ */
#wrap-foot {
	height: 75px;
	background-image: url(../img/bg-foot.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	clear: both;
}
#credit {
	width: 800px;
	color: #FFFFFF;
	font-size:x-small;
	text-align: left;
	margin-left: 25px;
	padding-bottom: 10px;
	padding-top: 40px;
}

/* ------------------------------
メイン
------------------------------ */
#content {
	width: 600px;
	text-align: left;
	float: left;
}
#content p {
	padding-bottom: 10px;
}
#explain {
	padding-top: 15px;
	padding-bottom: 5px;
}

/* ------------------------------
サブメニュー
------------------------------ */
#side-menu {
	width: 170px;
	float: right;
}
#side-menu ul.menu li {
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#side-menu ul.menu li a {
	color: #666666;
	background-repeat: no-repeat;
	background-position: 7px center;
	padding: 5px 3px 5px 24px;
	display: block;
}
#side-menu ul.menu li a.btn01 {
	background-image: url(../img/icon-sbtn01.jpg);
}
#side-menu ul.menu li a.btn02 {
	background-image: url(../img/icon-sbtn02.jpg);
}
#side-menu ul.menu li a.btn03 {
	background-image: url(../img/icon-sbtn03.jpg);
}
#side-menu ul.menu li a.btn04 {
	background-image: url(../img/icon-sbtn04.jpg);
}
#side-menu ul.menu li a:hover {
	color: #333333;
}


/* ------------------------------

フォーム関連

------------------------------ */
fieldset {
	border: 1px solid #EFEFEF;
	margin: 2px 0px 20px 0px;
	padding: 5px 10px;
}

/* ------------------------------
見出し&フォーム部品を内包するdiv
------------------------------ */
div.sub-group {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 7px 15px;
	clear: both;
}
div.even {
	background-color: #F9F9F9;
}
div.last {
	border-bottom-style: none;
}

/* ------------------------------
項目の見出し
------------------------------ */
.label-txt {
	width: 125px;
	color: #666666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 15px;
	display: block;
	float: left;
	font-size: 80%;
}

/* ------------------------------
テキストフィールド,select要素
------------------------------ */
input.txt-field,select {
	color: #666666;
	background-color: #F9F9F9;
	border: 1px solid #999999;
}
input.txt-field:focus,select:focus {
	color: #333333;
	background-color: #FFFFCC;
	border-color: #330000;
}

/* ------------------------------
テキストフィールド,select要素
------------------------------ */
textarea.txt-area,select {
	color: #666666;
	background-color: #F9F9F9;
	border: 1px solid #999999;
}
textarea.txt-area:focus,select:focus {
	color: #333333;
	background-color: #FFFFCC;
	border-color: #330000;
}
/* ------------------------------
ボタン
------------------------------ */
#btn-box {
	text-align: center;
	padding-bottom: 40px;
}
#btn-box button {
	width: 100px;
	height: 33px;
	background-color: #FFFFFF;
	border-style: none;
	margin: 0px 5px;
	padding: 0px;
}

fieldset
{

}

