@charset "UTF-8";

/*-----------------------------------------
	基本設定
-----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 


* {
	font-size:100%;
}

body {
	color:#222222;
	font-family: verdana, arial, helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#FFFFFF;
	border-top:2px solid #FF7F0B;
	font-size:12px;
	line-height:1.5;
	*font-size:small;
	*font:x-small;
}

img {
	border:0;
}

table {
	border-collapse: collapse;
}

a:link, a:visited {
	color:#222222;
	text-decoration:none;
}

a:hover, a:active {
	color:#222222;
	text-decoration:underline;
}


/*-----------------------------------------
	h1
-----------------------------------------*/

h1{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../common/h1.png) no-repeat;
}

h1 a{
	display:block;
	width:150px;
	height:82px;
	cursor:pointer;
}

/*-----------------------------------------
	header
-----------------------------------------*/

#company {
	float:right;
	width:187px;
	height:29px;
	margin-top:30px;
	background:url(../common/company.png) right no-repeat;
	text-indent:-9999px;
}


/*-----------------------------------------
	menu
-----------------------------------------*/

#menu {
	width:900px;
	height:40px;
	margin:0 0 7px 0;
}

.menu-01{
	float:left;
	width:150px;
	background:url(../common/menu_line.gif) center right no-repeat;
}

.menu-02{
	float:left;
	width:148px;
	margin-left:2px;
	background:url(../common/menu_line.gif) center right no-repeat;
}


.menu-03{
	float:left;
	width:148px;
	margin-left:2px;
}

/*-----------------------------------------
	footer
-----------------------------------------*/

#footer {
	clear:both;
	width:920px;
	height:56px;
	margin:0 auto 30px auto;
	color:#FFFFFF;
	background:url(../common/footer_bg.gif) top center no-repeat;
}

#footer-index {
	clear:both;
	width:920px;
	height:56px;
	margin:0 auto;
	color:#FFFFFF;
	background:url(../common/footer_bg.gif) top center no-repeat;
}

#footer-in {
	width:900px;
	padding-top:22px;
	margin:0 10px 0 10px;
}

#footer address,
#footer-index address{
	float:left;
	width:399px;
	text-indent:-9999px;
}

#footer-r {
	float:right;
	margin-right:12px;
	_margin-right:5px;
}

.footer-r-link{
	float:left;
	margin-left:10px;
	padding-left:6px;
	list-style:none;
	background:url(../common/footer_icon.gif) left center no-repeat;
	font-size:85%;
	*font-size:x-small;
}

#footer a,
#footer-index a{
	color:#FFFFFF;
}


/*-----------------------------------------
	page-top
-----------------------------------------*/

#page-top {
	float:left;
	width:69px;
	height:16px;
	margin:0 0 0 10px;
	list-style:none;
}


/*-----------------------------------------
	float
-----------------------------------------*/

.clear {
	clear:both;
}

.float-r {
	float:right;
}

.float-l {
	float:left;
}

.img-float-r {
	float:right;
	margin-left:10px;
}

.img-float-l {
	float:left;
	margin-right:10px;
}

/*-----------------------------------------
	font
-----------------------------------------*/

.font-b {
	font-weight:bold;
}

.font-10 {
	font-size:85%;
	*font-size:x-small;
}

.font-14b {
	font-size:116%;
	font-weight:bold;
}


.font-gray {
	color:#888888;
}

.font-orange {
	color:#FF7F0B;
}



/*-----------------------------------------
	margin
-----------------------------------------*/

.ml-7 {
	margin-left:7px;
}

.mb-10 {
	margin-bottom:10px;
}


.mb-15 {
	margin-bottom:15px;
}


.mb-20 {
	margin-bottom:20px;
}


/*-----------------------------------------
	padding
-----------------------------------------*/

.pt-9 {
	padding-top:9px;
}


/*-----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after{
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}