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

* {
	margin:0;
	padding:0;
}

html,body {
   font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   font-size:13px;
   line-height:1.6;
   color:#666;
   letter-spacing:0.03em;
   word-break:break-all;
   behavior:url("csshover3.htc");
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
　　display:block;
}

a {
    text-decoration:none;
	border:none;
	color:#666;
}

a:link,a:visited {
	opacity:1;  
	filter:alpha(opacity=100);
}

a:hover {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
	text-decoration:underline;
}

a img:hover{
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

img {
    border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}

.border_none {
	border:none!important;
}

.border_top_none {
	border-top:none!important;
}

.margin_none {
	margin:0!important;
}

.padding_bottom_none {
	padding-bottom:0!important;
}

.clear {
	clear:both;
	overflow:hidden;
}

.inline {
	display:inline;
}

/*----------------wrapper----------------*/

#wrapper_01 {
	width:auto;
	overflow:hidden;
}

#wrapper_03 {
	width:960px;
	margin:auto;
	overflow:hidden;
}

#header_wrapper {
	overflow:hidden;
	width:auto;
	margin:auto;
	background:url(../img/heder_nobashi.png) repeat-x;
}

#nav_wrapper {
	width:auto;
	margin:auto;
	background:url(../img/menu_nobashi.png) repeat-x;
}

/*----------------header----------------*/

header {
	width:960px;
	margin:auto;
}

.logomark {
	width:46px;
	height:50px;
	float:left;
}

header h1 {
	width:379px;
	display:block;
	float:left;
}

#header_left,.left {
	float:left;
}

#header_right,.right {
	float:right;
}

/*----------------menu----------------*/

nav {
	margin:auto;
	width:960px;
	clear:both;
	overflow:hidden;
}

nav ul li {
	float:left;
}

/*----------------contents----------------*/

#contents {
	width:680px;
	margin:50px 0 0px;
	clear:both;
	overflow:hidden;
	float:left;
	font-size:15px;
}

#contents section h2 {
	width:680px;
	padding:0 0 30px 0;
	display:block;
	overflow:hidden;
}

#contents .contents_title {
	width:660px;
	padding:30px 0;
	overflow:hidden;
	clear:both;
}

#contents ol li {
	width:660px;
	display:block;
	overflow:hidden;
}

/*----------------sidebar----------------*/

/*下層用パン屑リスト*/
#sidebar ol {
	float:right;
	margin:12px 0 70px 0;
}

#sidebar ol li {
	float:left;
	color:#FF7600;	
}

#sidebar ol li.alist a:link,#sidebar ol li.alist a:visited {
	color:#FFA000;
}
/*ここまで*/

#sidebar {
	width:240px;
	float:right;
}

#sidebar section {
	width:238px;
	clear:both;
	overflow:hidden;
	margin:20px 0 0 0;
	border:solid 1px #CCC;
}

#sidebar section h3 {
	width:238px;
	background:#FC6;
	clear:both;
	display:block;
}
	
#sidebar ul {
	width:218px;
	margin:0 10px;
	padding:1px 0 0 0;
}

#sidebar ul li {
	width:218px;
	text-align:center;
	border-top:dotted 1px #CCC;
	padding:1px 0;
	overflow:hidden;
	clear:both;
	display:block;
}

#sidebar ul li a {
	width:218px;
	display:block;
}

/*サイドバーの位置固定・解除設定*/
/*#sidebar {
  position:relative;
  z-index:7777;
}*/
/*ここまで*/

/*----------------footer----------------*/

#footer_wrapper {
	width:960px;
	margin:auto;
	background-color:#F90;
	padding:0 5px;
	background:url(../img/footer_title_nobashi.png) no-repeat;
	clear:both;
	overflow:hidden;
	margin-top:80px;
}

#footer_line {
	width:958px;
	border:solid 1px #CCC;
}

#footer_top {
	width:948px;
	padding:14px 0px;
	border:solid 5px #FFF;
	background:url(../img/footer_bg.gif);
}

#footer_left {
	width:400px;
	float:left;
	padding:0 10px 0 0;
}

#footer_left h4 {
	clear:both;
	overflow:hidden;
	width:400px;
	margin:0 0 10px -6px;
}

#footer_left ul {
	padding:0 10px 0 14px;
	border-right:dotted 1px #CCC;
	clear:both;
	overflow:hidden;
}

#footer_right {
	width:355px;
	float:left;
	overflow:hidden;
}

#footer_right p {
	width:355px;
}

#footer_right p img {
}

.map {
	width:157px;
	padding:5px 0 15px 0;
}

.privacymark {
	width:162px;
	height:162px;
	margin:11px 14px 0 0;
	background:#ffffff;
	display:inline;/*IE6用*/
}

#footer_privacy {
	clear:both;
	overflow:hidden;
	padding:0 14px;
}

#footer_gotop {
	width:960px;
	margin:auto;
}

#footer_gotop p a {
	float:right;
	padding:40px 0 0 0;
}

#footer_under_wrapper {
	clear:both;
	overflow:hidden;
	width:auto;
	background:#F4F4F4;
	text-align:center;
	border-top:solid 3px #FFA659;
}

footer {
	width:960px;
	margin:auto;
	clear:both;
	overflow:hidden;
	padding:20px 0;
}

footer ul{
	width:670px;
	float:left;
}

footer ul li {
	float:left;
	margin:0 0 0 5px;
	padding:0 0 0 5px;
	border-left:dotted 1px #CCC;
}

footer ul li a {
	margin: 0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:30px;
	line-height:1.3em;
	letter-spacing:0.04em;
}
	
/* IE 6 *//* テキストリンクの透過設定用 */
    * html footer ul li a {
        display: inline;
        zoom: 1;
		line-height:1.1em;
    }
	
/* IE 7 *//* テキストリンクの透過設定用 */
    *:first-child+html footer ul li a {
        display: inline;
        zoom: 1;
		line-height:1.1em;
    }
	
	 /*\*//*/
    * html footer ul li a {
        display: inline-block;
    }
    /**/

footer p {
	float:right;
	font-size:10px;
	line-height:3em;
	letter-spacing:0.02em;
}
