@charset "euc-jp";

/*-------------------------------------------
	Shared
* {
	margin:0;
	padding:0;
}
-------------------------------------------*/

body {

	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat:repeat-x;

}
/*
html {
	overflow-y:scroll;
	100%;
}
*/
form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,h7 {
	margin: 0px;
	padding: 0px;

}


img {
	border: none;
}


ul {
	margin-top: 0px;
	padding-bottom: 0px;
	list-style-type: disc;
}


/*-------------------------------------------
	clearfix
-------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/*-------------------------------------------
	Link
-------------------------------------------*/
a:link {
	color: #6F4200;
}

a:visited {
	color: #000099;
}

a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}



/*-------------------------------------------
	MENU SKIP
-------------------------------------------*/
#menu_skip {
	display:none;
}





/*-------------------------------------------
	font-color
-------------------------------------------*/
.red {
	color: #CC0000;
}
.blue {
	color: #0066CC;
}
.green {
	color: #669900;
}
.purple {
	color: #666699;
}
.orange {
	color: #FF6600;
}
.pink {
	color: #FF6666;
}
.brown {
	color: #745135;
}
.white {
	color: #ffffff;
}
.gray {
	color: #999999;
}
.gray02 {
	color:#CCCCCC;
}




/*-------------------------------------------
	パンくずメニュー
-------------------------------------------*/
ul#topicpath {
	margin: 0px 5px 5px 5px;
	padding: 0px;
}
#topicpath li {
	display:inline;
	line-height:110%;
	list-style-type:none;
	
	font-size:12px;
}
#topicpath li a {
	padding-right:10px;
	background:url(../img/arrow_path.gif) no-repeat right center;
}


/*-------------------------------------------
	TABLE DESIGN FORMAT
-------------------------------------------*/



table.tbl_c {
	background:#CCCCCC;
}

table.tbl_c th {
	background:#FFCC7F;
	font-weight:normal;
}

table.tbl_c td {
	background:#ffffff;
}



table.tbl_c2 {
	background:#CCCCCC;
}

table.tbl_c2 th {
	background:#FFff99;
	font-weight:normal;
}

table.tbl_c2 td {
	background:#ffffff;
}




/*-------------------------------------------
	PAGETOP
-------------------------------------------*/

.pagetop {
	width:690px;
	text-align: right;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}

/*-------------------------------------------
	SUB MENU
-------------------------------------------*/
table.tbl_submenu {
	background: #F5F3E3;
}
table.tbl_submenu td {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

/*-------------------------------------------
	title
-------------------------------------------*/





h3.tl {
	width:620px;
	height:35px;
	margin: 0px;
	padding:10px 0px 0px 20px;
	text-align:left;
	background:url(../img/s_title.gif) no-repeat;
}



h4.tl {
	width: 505px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	/*text-indent: 12px;*/
	background: url(../img/bar_s.gif) no-repeat bottom left;
}
h4.tl span{
	margin: 0px;
	padding: 0px 5px;
}



h5.tl {
	width: 505px;
	margin: 0px;
	padding: 5px 0px;
	
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
h5.tl span{
	margin: 0px 0px;
	padding: 0px 10px;
}

/*-------------------------------------------
	hutter
-------------------------------------------*/

#footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*-------------------------------------------
	トップマージン
-------------------------------------------*/
.space_t00 {
	margin-top:0px;
}

.space_t01 {
	margin-top:1px;
}

.space_t05 {
	margin-top:5px;
}

.space_t10 {
	margin-top:10px;
}

.space_t15 {
	margin-top:15px;
}

.space_t20 {
	margin-top:20px;
}

.space_t25 {
	margin-top:25px;
}

.space_t30 {
	margin-top:30px;
}

.space_t40 {
	margin-top:40px;
}