@charset "utf-8";

/***************************************************
	スタイルシート
	common.css
	基本レイアウトスタイル定義
***************************************************/

/* Reset
------------------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	font-size: 75%;
	line-height: 1.5;
	color: #333333;
	background: #f5f5f5 url(../images/temp/body_bg.png);
	text-align: center;
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 16px;
	text-align: left;
	background: url(../images/temp/wrap_bg.png) 0 0 repeat-y;
}
#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	border-top: 3px solid #fc7215;
	background-color: #FFFFFF;
}

/* Link
------------------------------------------------------------ */
a { outline: none; }
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix             { zoom: 1; }
/* IE7 */
*:first-child+html .clearfix { zoom: 1; }

/*-----header-----*/
#header {
	position: relative;
	width: 920px;
}
#header h1 {
	width: 306px;
	padding-top: 6px;
	font-size: 91%;
	line-height: 1.3;
}
#header h1 a {
	display: block;
	width: 300px;
	height: 45px;
	background: url(../images/temp/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#header .contact {
	position: absolute;
	top: 0;
	right: 0;
	width: 181px;
/*	padding: 10px 5px 0 0;*/
}

/*-----gnavi-----*/
#gnavi {
	width: 920px;
	padding: 6px 0 8px;
}
#gnavi li {
	float: left;
}
#gnavi li.n01 a {	width: 112px;}
#gnavi li.n02 a {	width: 136px;}
#gnavi li.n03 a {	width: 173px;}
#gnavi li.n04 a {	width: 146px;}
#gnavi li.n05 a {	width: 205px;}
#gnavi li.n06 a {	width: 148px;}

#gnavi li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
}
#gnavi li.n01 a {	background: url(../images/temp/gnavi01.jpg) 0 0 no-repeat;}
#gnavi li.n02 a {	background: url(../images/temp/gnavi02.jpg) 0 0 no-repeat;}
/*#gnavi li.n03 a {	background: url(../images/temp/gnavi03.jpg) 0 0 no-repeat;}*/
#gnavi li.n03 a {	background: url(../images/temp/pre_gnavi03.jpg) 0 0 no-repeat;}
#gnavi li.n04 a {	background: url(../images/temp/gnavi04.jpg) 0 0 no-repeat;}
#gnavi li.n05 a {	background: url(../images/temp/gnavi05.jpg) 0 0 no-repeat;}
/*#gnavi li.n06 a {	background: url(../images/temp/gnavi06.jpg) 0 0 no-repeat;}*/
#gnavi li.n06 a {	background: url(../images/temp/pre_gnavi06.jpg) 0 0 no-repeat;}
#gnavi li a:hover {	background-position: 0 -31px;}

/*-----contents-----*/
#topic_path {
	margin-bottom: 5px;
	font-size: 91%;
}
#pgtp {
	padding: 10px 0;
	text-align: right;
}
#un_navi {
   padding: 20px 0 0 15px;
}
#un_navi li {
	display: inline;
	padding-right: 12px;
}


#contents {	padding-bottom: 18px;}
.title01 {
	padding: 3px 8px 1px;
	background: url(../images/temp/title_bg.jpg) 0 50% repeat-x;
	border: 1px solid #dfdfdf;
	font-size: 120%;
	font-weight: bold;
}
.title01 span.red {	padding-left: 8px;	border-left: 5px solid #df3c04;}
.title01 span.orange {	padding-left: 8px;	border-left: 5px solid #fea346;}

#contents #main {
	float: left;
	width: 700px;
}

#contents #snavi {
	float: right;
	width: 200px;
}
#contents #snavi .banner li {	margin-bottom: 10px;}

/*-----footer-----*/
#footer {
	position: relative;
	height: 92px;
	padding: 0 15px;
	background: url(../images/temp/footer_bg.jpg) repeat-x;
}
#footer #btm_navi {	padding-top: 8px;}
#footer #btm_navi li {
	display: inline;
	color: #FFFFFF;
}
#footer #btm_navi li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 91%;
}
#footer #btm_navi li a:hover {	text-decoration: underline;}
#footer p.copyright {
	position: absolute;
	bottom: 14px;
	right: 12px;
	width: 250px;
}



