@charset "utf-8";
/* CSS Document */

@import url("tmp.css");

/*
グローバルナビゲーション　コア用
*/

#gnavi{
	margin-top:10px;
}

/*
ページイメージ
*/

#page-image{
	clear:both;
	width:950px;
	margin:0 auto;
	background-color:#FFF;
}

#page-image h2{
	padding-top:20px;
}

/*
パンくず
*/

#pankuzu{
	width:950px;
	margin:0 auto;
	background-image:url(../image/template/bg-pankuzu.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#pankuzu p{
	line-height:30px;
	padding-left:20px;
	color:#333;
}

#pankuzu p a{
	color:#333;
	text-decoration:none;
}

#pankuzu p a:hover{
	text-decoration:underline;
}

/*
コンテンツコンテナ
*/

#coa-main-contents-container-out{
	width:950px;
	margin:0 auto;
	background-color:#FFF;
	padding-top:35px;
	overflow:hidden;
}
/*
#coa-main-contents-container-mid{
}

#coa-main-contents-container-ins{
	width:950px;
}
*/

/*
左カラム
*/

#left-column{
	width:200px;
	float:left;
	display:inline;
}

/*
サブメニュー
*/

#submenu{
	width:200px;
}

#submenu li{
	list-style-type:none;
	background-image:url(../image/template/bt-sidebar.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#submenu li p{
	line-height:40px;
	padding-left:25px;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
}

#submenu li p a{
	color:#FFF;
	text-decoration:none;
}

#submenu li p a:hover{
	text-decoration:underline;
}

/*
右カラム
*/

#right-column{
	width:900px;
	margin:0 auto;
}

/*
h2
*/

#right-column h2{
	clear:both;
	background-image:url(../image/template/h2.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	line-height:34px;
	padding-left:40px;
	padding-bottom:1px;
	color:#333;
	font-size:125%;
	margin:0px 0px 20px 0px;
}

/*
h3
*/

#right-column h3{
	background-image:url(../image/template/h3.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	line-height:26px;
	padding-left:25px;
	padding-bottom:1px;
	color:#333;
	font-size:110%;
	margin:0px 0px 20px 0px;
}


/*
totop
*/

#right-column .totop{
	display:block;
	clear:both;
	text-align:right;
	padding:30px 0px;
}

/*
印刷する
*/

.bt-insatsu{
	float:right;
	font-size:80%;
}

.bt-insatsu a{
	color:#06C;
	text-decoration:none;
}

.bt-insatsu a:hover{
	color:#06C;
	text-decoration:underline;
}

