@charset "Shift_JIS";

/* ****************************** ELEMENTS ****************************** */

* {
	font-size: 100%;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
}

body {
	background: #F3F3F3 url(../img/solid_bg.gif) repeat-y center top;
	margin: 0px auto;	/* center */
	text-align: center;	/* center in winIE */
	padding: 0px;
	font-size: 80%;
	font-family: sans-serif;
	color: #333333;
	line-height: 1.5 !important;
}

h1 {
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

h2{
	margin-top: 20px;
	background: url(../img/solid_h3bg.jpg) repeat-x left bottom;
	bgcolor: #fff;
	border: #CCC 1px solid;
	padding: 9px;
	font-size: 150%!important;
	font-weight: bold;
	color: #333;
	text-align: center;
}

h3 {
	margin-top: 20px;
	padding: 0px;
	font-size: 120% !important;
	font-weight: bold;
	color: #666;
}

label{
	cursor: pointer;
}

ul{ 
	margin-left:30px;
	padding-left:10px;
}

li{
	list-style-image:url(../img/list-img.gif);
	margin-bottom:13px
}

a:link,		
a:visited{ 
	color:#333; 
	text-decoration:none
}
a:hover,
a:active{
	color:#333;
	text-decoration:underline
}

/* ****************************** CONTENS ****************************** */

div#container {
	width: 758px;
	height: 100%;
	margin:0px auto;
	text-align: left;
	position: relative;
}

div#content{
	width: 730px;
	height: 100%;
	margin-left:14px;
	padding: 10px 0;
	text-align: left;
}

/* ****************************** TABLE ****************************** */

table{
	margin-top: 10px;
	width: 730px;
	clear: both;
}

table th{
	padding:10px;
	background-color: #EAEAEA;
	text-align: left;
	font-weight: bold;
	border-left: #666 3px solid;
	border-top: #ccc 1px solid;
}

table td{
	padding: 10px;
	/*width: 550px;*/
	background-color: #FFFFFF;
}

table td .box01{
	float: left;
}

/* ****************************** footer ****************************** */

.pagetop{
	width: 730px;
	text-align: right;
	margin-top:40px;
	padding: 0 0 5px 0;
	border-bottom: #CCCCCC 1px solid;
	vertical-align: text-bottom;
}

.copyright{
	text-align: left;
	margin-top: 10px;
}

/* ****************************** margin ****************************** */

.sp_10l{
	margin-left: 10px;
}

.sp_15t{
	margin-top: 15px;
	vertical-align: text-bottom;
}

.sp_10b{
	margin-bottom: 10px;
}

.sp_15b{
	margin-bottom: 15px;
}

/* ****************************** regulation ****************************** */

.over{
	overflow: auto;
	width: 730px;
	height: 200px;
	margin-top: 10px;
	padding: 10px 0;
	border-top: #CCCCCC 2px solid;
}

.tx_area{
	margin:0 10px;
}

/* ****************************** btn ****************************** */

table {
	word-wrap:break-word;
}

.pagetop{
	text-align:right
	display: none;
}
