@charset "utf-8";

/*全タグに反映されます*/
* {
	padding:0px;
	margin:0px;
}
img {
	border:0;
}

/*共通クラス*/
.clear{
	clear:both;
	line-height: 1px;
}

/*------------------------------------------------<はじまり>---------*/
body {
	background-image: url(/images/naraigoto_bg_02.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #525252;
	background-color: #e0f1f5;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

a {
	color: #207a93;
}

#wrap {
	background-image: url(../images/naraigoto_bg.png);
	background-repeat: repeat-y;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#wrapInner {
	background-image: url(../images/naraigoto_bg_inner.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/*---------------------------------------------------<ヘッダー>---------*/
#header {
	height: 145px;
}
h1 {
	font-size: 100%;
	color: #207a93;
	padding-top: 98px;
	padding-left: 80px;
}

/*---------------------------------------------------<メニュー>---------*/
#menu {
	width: 960px;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8ea3b9;
	border-bottom-color: #8ea3b9;
}
#menu ul {
	height: 60px;
}
#menu li {
	list-style-type: none;
	font-size: 120%;
	font-weight: bold;
	float: left;
	background-image: url(../images/naraigoto_07.png);
	background-repeat: no-repeat;
	background-position: 20px 24px;
	border-right: 1px dotted #8ea3b9;
	padding: 20px 21px 0 31px;
	height:40px;
}
#menu a {
	text-decoration: none;
	height: 40px;
	display:inline-block;
}
#menu li:hover {
	background-color: #c5e4eb;
}
.hit {
	background-color: #c5e4eb;
}


/*---------------------------------------------------<左コンテンツ>---------*/
#left {
	background-image: url(../images/naraigoto_left_18.gif);
	background-repeat: repeat-y;
	width: 318px;
	margin-top: 15px;
	float: left;
}

#left .top {
	background-image: url(../images/naraigoto_left_10.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 40px;
	padding-top: 24px;
}

#left .top h2 {
	font-size: 110%;
	background-image: url(../images/naraigoto_13.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #left;
	margin-right: 23px;
	color: #207a93;
	padding-left: 28px;
	padding-bottom: 5px;
	background-position: 10px 3px;
}
.blue {
	color: #207a93;
}
#left ul {
	margin-left: 30px;
	margin-right: 23px;
	min-height:300px;
	height: auto !important;
	height:300px;
}
#left li {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(../images/naraigoto_16.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 15px;
	margin-top: 10px;
}
#left p {
	padding: 0 5px 0 15px;
}

/*---------------------------------------------------<右コンテンツ>---------*/
#right {
	float: left;
	width: 615px;
	margin-left: 15px;
	margin-top: 17px;
}

#right h2 {
	font-size: 110%;
	background-image: url(../images/naraigoto_13.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #left;
	color: #207a93;
	padding-left: 28px;
	padding-bottom: 5px;
	background-position: 10px 3px;
	margin-top:20px;
}
#right p {
	padding: 10px;
}
#right ul {
	margin-left: 10px;
	padding: 10px;
}
#right li {
	background-image: url(../images/naraigoto_16.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 13px;
	background-position: left 6px;
	margin-bottom: 10px;
}
#right p.info {
	background-image: url(../images/naraigoto_26.png);
	background-repeat: no-repeat;
	text-align: right;
	background-position: right;
}

/*---------------------------------------------------<フッダー>---------*/

#footer {
	padding-top: 10px;
	font-size: 80%;
}

#pagtop {
	text-align: right;
	margin-right: 40px;
}

#pagtop a:hover {
	color: #FFFFFF;
	background-color: #207a93;
	padding:3px;
}

#footerContent {
	background-image: url(../images/naraigoto_09.gif);
	background-repeat: no-repeat;
	background-position: 15px 16px;
	border-top: 1px dotted #8ea3b9;
	margin: 15px 5px 0 5px;
	padding: 15px 0 0 90px;
}
#footerPR {
	background-image: url(../images/naraigoto_09-02.gif);
	background-repeat: no-repeat;
	background-position: 15px 11px;
	border-bottom: 1px dotted #8ea3b9;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 90px;
}
address {
	text-align: center;
	padding-bottom: 15px;
	font-style: normal;
	font-size: 80%;
}
.pankuzu {
	font-size: 80%;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 20px;
}
#right li .ans {
	list-style-type: none;
}

