@charset "utf-8";

/*********************** フォント **/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*********************** mozilaフォントバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* 初期リセット **/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height: 1.01;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 85%;
	background:#F9E8C2;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;

}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #0066CC;
}

a:hover {
	color:#33CCFF;
	text-decoration: none;
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/*************************************************************** container **/

#container {
	padding: 8px 0 12px 0;
	width: 800px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}


#container h1 {
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 5px;
	width: 390px;
}

#container p.logo {
    padding: 0 0 0 10px;
	margin: 0 0 19px;
}


#container p.tel {
    position: absolute;
	top: 20px;
	left: 600px;
	width: 147px;
	padding: 0;
	margin: 0;
}

/************************************************************** nav **/
#nav {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0 0 12px 0;
	zoom:1;
}

#nav li {
	float: left;
	margin: 0 2px 0 0;
}


/*************************************************************** left **/
#left {
	width: 200px;
	padding: 0 0 0 10px;
	float: left;
	font-size: 12px;
	margin: 0 0 28px;
}

#left .contact {
	margin: 0 0 15px 0;
}

#left #topMenu {
	margin: 0 0 15px 0;
}

#left #topMenu li {
	margin: 0 0 4px;
	background: url(../images/common/bg_nav1_on.gif) 0 0 no-repeat;
}

#left #topMenu li a {
	background: url(../images/common/bg_nav1.gif) 0 0 no-repeat;
	width: 120px;
	height:43px;
	padding: 6px 0 0 80px;
	display: block;
	font-weight: bold;
	color: #5E5E5E;
	text-decoration: none;
	line-height: 1.5;
}

#left #topMenu li a:hover {
	background: url(../images/common/bg_nav1_on.gif) 0 0 no-repeat;
	color: #BBBBBB;
}

#left #topMenu .under {
	margin: 0;
	background: url(../images/common/bg_nav2_on.gif) 0 0 no-repeat;
}

#left #topMenu .under a {
	background: url(../images/common/bg_nav2.gif) 0 0 no-repeat;
}

#left #topMenu .under a:hover {
	background: url(../images/common/bg_nav2_on.gif) 0 0 no-repeat;
}


#left .menu {
	margin: 0 0 15px;
}

#left .menu li a {
	background: url(../images/common/bg_nav3.gif) 0 0 no-repeat;
	padding: 0 0 0 50px;
	width: 150px;
	height: 37px;
	display: block;
	line-height: 37px;
	color: #333;
	text-decoration: none;
}

#left .menu li a:hover,#left .menu li {
	background: url(../images/common/bg_nav3_on.gif) 0 0 no-repeat;
	color: #0066CC;
}


#left .bottom {
	margin: 30px 0 30px;
}

#left p.cando a,
#left p.candojr a{
	display: block;
	width: 200px;
	height: 68px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#left p.cando a{ background: url(../images/common/bnr_cando.jpg) 0 0 no-repeat;}
#left p.candojr a{ background: url(../images/common/bnr_candojr.gif) 0 0 no-repeat;}



/*************************************************************** right **/
#right {
	clear: both;
	width: 570px;
	padding: 0 10px 0 0;
	float: right;
	margin: 0 0 28px;

}


#right .toTop {
	clear: both ;
	float: right;
	padding: 1px 0 1px 25px;
	background: url(../images/common/bg_totop.gif) 0 center no-repeat;
	margin: 0 0 30px;
}


#right .toTop a {
	text-decoration: none;
}

#right .toTop a:hover {
	text-decoration: underline;
}

#right .toTop2 {
	clear: both;
	float: right;
	padding: 1px 0 1px 25px;
	background: url(../images/common/bg_totop.gif) 0 center no-repeat;
	margin: 0;
	
}

#right .toTop2 a {
	text-decoration: none;
}

#right .toTop2 a:hover {
	text-decoration: underline;
}

/************************************************************ clearfix **/

#right:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

#right { display: inline-block; }
#right { display: block; }

/*************************************************************** footer **/




address {
	clear: both;
	text-align: center;
	font-style: normal;
	padding: 8px 0;
	background: #EAEAEA;
	zoom: 1;
}


/***************************************************************************************** テンプレ部分ここまで**/



