@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT

==========================================================
*/


body{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.cbr{
	clear:both;
}

.center{
	text-align:center;
}

.white{
	color:#ffffff;
}

.red{
	color:#ff0000;
}

.mc-1{
	color:#666666;
}

.mc-2{
	color:#182786;
}

.mc-3{
	color:#C3FCC8;
}

.mcb-1{
	background-color:#182887;
}

.mcb-2{
	background-color:#000066;
}

.mcb-3{
	background-color:#F7F7F7;
}


/*
===== 0: POSI =======================================
*/


/* ALL */

.mall0{
	margin:0px;
}

.pall10{
	padding:10px;
}

.pall15{
	padding:15px;
}

.pall25{
	padding:25px;
}


/* 上系 */


.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt100{
	margin-top:100px;
}

.pt10{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

/* 下系 */

.mb5{
	margin-bottom:5px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb50{
	margin-bottom:50px;
}

.pb10{
	padding-bottom:10px;
}

.pb20{
	padding-bottom:20px;
}


/* 右系 */


.mr5{
	margin-right:5px;
}

.mr10{
	margin-right:10px;
}

.mr30{
	margin-right:30px;
}

.pr30{
	padding-right:30px;
}

/* 左系 */

.ml5{
	margin-left:5px;
}

.ml10{
	margin-left:10px;
}

.ml20{
	margin-left:20px;
}

.ml30{
	margin-left:30px;
}

.ml40{
	margin-left:40px;
}

.ml60{
	margin-left:60px;
}

.ml70{
	margin-left:70px;
}



/*
===== 1: FONT ============================================
*/


.bold{
	font-weight:bold;
}

.u-line{
	text-decoration:underline;
}

.f13{
	font-size:13px;
}

.f14{
	font-size:14px;
}

.f15{
	font-size:15px;
}

.f16{
	font-size:16px;
}

.f18{
	font-size:18px;
}

.f20{
	font-size:20px;
}

.f21{
	font-size:21px;
}

.f23{
	font-size:23px;
}

.f24{
	font-size:24px;
}

.f26{
	font-size:26px;
}

.f28{
	font-size:28px;
}

.f31{
	font-size:31px;
}

.f35{
	font-size:35px;
}

.lh110{
	line-height:110%;
}

/*
===== 1: ICON ============================================
*/


.micon-phone{
	padding-left:22px;
	background-image:url(../images/icon-phone.jpg);
	background-repeat:no-repeat;
	font-size:14px;
}


.micon-mail{
	padding-left:22px;
	background-image:url(../images/icon-mail.jpg);
	background-repeat:no-repeat;
	font-size:14px;
}


/*
===== 1: BORDER =======================================
*/


.bo{
	border:1px solid #F00;
}


/*
===== 1: CONTAINER =======================================
*/



/*
===== 2: HEADER ==========================================
*/


.header-line{
	padding-top:10px;
}



.select-lang li{
	float:left;
}




.menu-main{
	margin:0px;
	padding-left:15px;
}

.menu-main li{
	float:left;
	height:18px;
	padding:2px 4px 2px 4px;
	margin-top:13px;
	margin-bottom:15px;
	font-size:17px;
}

.m-nor a{
	padding:10px;
	color:#FFFFFF;
}

.m-nor a:hover{
	padding:10px 10px 10px 10px;
	background-color:#000066;
	text-decoration:none;
}

.m-act a{
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	background-color:#000066;
	text-decoration:none;
}

.m-home a{
	display:block;
	width:20px;
	height:25px;
	margin-top:-12px;
	text-indent:-9999px;
	background-image:url(../images/menu-home-off.jpg);
	background-repeat:no-repeat;
}

.m-home a:hover{
	background-image:url(../images/menu-home-on.jpg);
	background-repeat:no-repeat;
}

.m-home-act a{
	display:block;
	width:20px;
	height:25px;
	margin-top:-12px;
	text-indent:-9999px;
	background-image:url(../images/menu-home-onact.jpg);
	background-repeat:no-repeat;
}

.menu-end{
	border-right:1px solid #C3FCC8;
}


.top-cm{
	height:340px;
	background-image:url(../images/top-cm-bg.jpg);
	background-repeat:repeat-x;
}

.cost{
	height:100%;
	background-image:url(../images/cost-bg.gif);
	background-repeat:repeat;
}

.title-bg{
	height:91px;
	background-image:url(../images/title-bg.jpg);
	background-repeat:repeat-x;
}


.title-bg2{
	height:252px;
	background-image:url(../images/title-bg2.jpg);
	background-repeat:repeat-x;
}

.title-h1{
	margin:30px 20px 0px 40px;
}

.title-h2{
	margin:40px 30px 0px 0px;
}

.sample-footer{
	background-image:url(../images/sample-footer-bg.gif);
	background-repeat:repeat-x;
}


/*
===== 3: FOOTER ==========================================
*/

.goto{
	margin:0px;
}


.goto a{
	display:block;
	width:40px;
	height:37px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	background-image:url(../images/gototop.gif);
	background-repeat:no-repeat;
}

.goto a:hover{
	background-image:url(../images/gototop-active.gif);
	background-repeat:no-repat;
}

ul.f-menu1{
	margin:20px 0px 0px 0px;
	padding:0px;
	font-size:15px;
}

.f-menu1 li a{
	float:left;
	padding:5px 10px 5px 0px;
	color:#FFFFFF;
}

ul.f-menu2{
	margin:0px;
	padding:0px;
	font-size:15px;
}

.f-menu2 li a{
	float:left;
	padding:5px 10px 5px 0px;
	color:#FFFFFF;
}

.fthx{
	background-color:#C3FCC8;
	width:250px;
	text-align:center;margin:0px;
}


.f-map a{
	display:block;
	background-color:#003300;

	color:#1DBC7C;
}

/*
===== 4: NAVIGATION ======================================
*/

a.more1{
	padding:5px 15px;
	color:#1DBC7C;
	font-weight:bold;
}

a:hover.more1{
	color:#1DBC7C;
	background-color:#C3FCC8;
	text-decoration:none;
}



.top-list-box{
	width:250px;
	margin-top:30px;
	padding:30px 15px 40px 15px;
	background-color:#EFFEF0;
}



/*
===== 5: MAIN CONTENT ====================================
*/


/*
===== リニューアル ====================================
*/

.top_h2{
	background:url(../images/re_topimg01.jpg) no-repeat;
	height:30px;
	color:#000066;
	width:745px;
	margin:0 auto;
	
}
.top_h2 p{
	text-align:center;
	padding:3px 0 0 0;
}

.top_contact{
	background:url(../images/re_topimg02.jpg) no-repeat;
	width:745px;
	margin:20px auto;
	position:relative;
	height:170px;
}
.top_contact a:hover img{
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
.top_contact p{
	position:absolute;
	right:15px;
	bottom:17px;
}
.csv_info{
	background-color:#182887;
}
.csv_info_l{
	float:left;
	width:158px;
	padding:0 0 0 40px;
	
}
.csv_info_r{
	float:right;
	width:616px;
	color:#FFF;
}

.free_ba{
	width:890px;
	margin:50px auto 0 auto;
}
.free_ba a:hover img{
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

.itosystem{
	margin:0 0 40px 0;
}
.itosystem p{
	margin:0 0 20px 0;
}
.itosystem p img{
	float:right;
	padding:0 0 10px 25px;
}
.itosystem h3{
	color:#FFA53E;
	font-size:17px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.itosystem dl{
	float:left;
	margin:0 0 20px 0;
}
.itosystem dd{
	width:241px;
	margin:0;
	padding:0;
}

.shopsccess{
background-color:#F0F2FD;
padding:1%;
width:98%;
margin:0 auto;
}

.font-bold{
	font-weight:bold;
	font-size:1.2em;
}