@charset "utf-8";

/*********************************************************************
File Name:	style.css
Author:		ADDOOR
Copyright:	http://www.36r171.com/
Last Modified:	01.11.2012
*********************************************************************/



/*--------------------------------------------------------------------
Base
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	width: 100%;
	height: 100%;
	background:#fff url(../img/bg3.gif) repeat ;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing:0.8px;
	margin:0 auto;
	text-align:center;

	
}

* html body {/*IE6*/
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

*:first-child + html body {/*IE7*/
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: none;
}

html {
	height: 100%;
}

ul,li	{
	margin:0;
	padding:0;
	list-style: none;
}


/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/

a,
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #03f;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/*--------------------------------------------------------------------
clearfix
--------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

p {
	text-align:justify;
	text-justify: inter-ideograph;
}

/*--------------------------------------------------------------------
HTML5
--------------------------------------------------------------------*/

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

/*--------------------------------------------------------------------
Wrapper
--------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	background:url(../img/top-bar.gif) repeat-x top;
}



/*--------------------------------------------------------------------
   Wrap-top
--------------------------------------------------------------------*/

#wrap-top {
	width: 1028px;
	margin: 0 auto;
	text-align: center;
	background-color:#fff;
}

#description {
	background:#999 url(../img/top-bar.gif) repeat-x;
}

#description h1 {
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	padding: 8px 10px 7px;
	line-height: 1;
	text-align:left;
}


/*--index .toppage--*/
header .top {
	clear: both;
	height:175px;
	background:#FFF url(../img/header/top-logo.png) no-repeat top center;
	text-align: center;
	margin: 15px auto 0;
	overflow: hidden;
	
}

header .next {
	background: #FFF url(../img/header/top-logo-s.png) no-repeat top left;
	margin: 10px 0 10px 15px;
	height:50px;
}

header .next h1 {
	padding-top:12px;
	padding-left:280px;
	text-align:left;
	color:#363;
	font-size:14px;
}


header h1,
header h2 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 5px 0;
}
header .top h1 {
	padding-top:125px;
	text-align:center;
	color:#363;
	font-size:18px;

}

header nav#nav_top ul li {
	list-style: none;
	padding: 0 5px;
	float: left;
}

#content {
	margin: 0 auto;
	
	clear:both;
}


/*--------------------------------------------------------------------
　　utility-group
--------------------------------------------------------------------*/

#utility-group {
	float: right;
	max-width: 500px;
	font-size: 85%;
	font-weight: normal;
	padding: 8px 30px 0;
	line-height: 1;
}

#utility-nav {
	float: left;
}

#utility-nav ul li {
	display:inline;
	margin-left:5px;
}

#utility-nav ul li a {
	background: url(../img/header/btm_u_n.gif) no-repeat left ;
	
}

#utility-nav ul li a:hover {
	background: url(../img/header/btm_u_r.gif) no-repeat left ;
}


#header-widget-area {
	float: right;
}

.widget_search {
	width: 180px;
}

#searchform {
	font-size: 0;
	position: relative;
}

#searchsubmit {
    background: url(../img/btn_search.png) no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 21px;
    position: absolute;
    position: relative\9;
	right: 0;
    width: 39px;
	text-indent: -9999px;
}

#searchsubmit:hover {
	background-position: left bottom;
}



/*--------------------------------------------------------------------
1カラム用ここから
--------------------------------------------------------------------*/
#global-nav {
	width:950px;
	margin: 0 auto;
}


#content {
	text-align: left;
	background-color:#fff;
}

#content h1 {
	text-align:center;
}

#content h1,
#content h2 {
	font-size: 100%;
	font-weight: normal;
}



/*--------------------------------------------------------------------
1カラム用ここまで
--------------------------------------------------------------------*/

/*--------------------------------------------------------------------
Wrap-btm
--------------------------------------------------------------------*/

#wrap-btm {
	clear: both;
	width: 100%;
	height: 100px;
	background:#333 url(../img/footer/bg_footer.gif) repeat;
	text-align: center;
}

footer {
	width:1028px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	color:#ccc;
	background:#333 url(../img/footer/bg_footer.gif) repeat;
}

footer img {
	padding-top:15px;
}

/*--------------------------------------------------------------------
センター固定 or リキッドレイアウトの変更
（リキッドレイアウトにする場合はwidthを100%に変更）
--------------------------------------------------------------------*/

header,
#content,
footer {
	width: 950px;
}
footer {
	position: relative;
}

/*--------------------------------------------------------------------
Footer固定（Footerを画面下部に固定しない場合は以下コメントアウト）
--------------------------------------------------------------------*/

#wrapper {
	position: relative;
	min-height: 100%;
}

* html #wrapper {/*IE6*/
	height: 100%;
}

#wrap-top {
	height: 100%;
	padding-bottom: 100px;/*フッターの高さ分*/
}



#wrap-btm {
	position: absolute;
	bottom: 4px;
	left: 2px;
	width:100%;
}

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

* html #top {/*IE6*/
}

*:first-child + html #top {/*IE7*/
}




/*--------------------------------------------------------------------
　　トップ　メニューバー
--------------------------------------------------------------------*/

#menu{
	width: 100%;
	margin: 0 auto;
	padding: 5px 0 0 0;
	list-style: none;  
	background: #111;
	background: -moz-linear-gradient(#444, #111); 
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));	
	background: -webkit-linear-gradient(#444, #111);	
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

#menu li:hover > a{
	color: #fafafa;
}

*html #menu li a:hover{ /* IE6 */
	color: #fafafa;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 200px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 200px;
}

#menu ul a:hover{
        background: #0186ba;
	background: -moz-linear-gradient(#04acec,  #0186ba);	
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background: -webkit-linear-gradient(#04acec,  #0186ba);
	background: -o-linear-gradient(#04acec,  #0186ba);
	background: -ms-linear-gradient(#04acec,  #0186ba);
	background: linear-gradient(#04acec,  #0186ba);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


/*==================================================================
Markup for FADE animation トップページ
===================================================================*/
.myPhoto {
	width: 950px;
	height: 412px;
	margin: 20px auto;
	text-align:center;
}

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

.center {
	text-align:center;
}


/*--------------------------------------------------------------------
　　左カラム　（新着情報）
--------------------------------------------------------------------*/

* html body dl.list dd div{
   display:inline-block;
}
/*----#main----*/
#main {
	width:610px;
	float: left;
	height: 100%;
}

#main:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.bread {
	margin-top:10px;
	padding: 5px 10px 20px;
}

img.f_left {
  float: left;
  margin: 0 5px 5px 0;
}
img.f_right {
  float: right;
  margin: 0 0 5px 5px;
}

.pad1 {
	font-size:17px;
	color:#000;
	padding-bottom:20px;
	font-weight:bold;
}

.news dl.list {
   border-bottom:1px solid #ccc;
   overflow-y:scroll;
}

.news dl.list dt {
   float:left;
   width:10em;
   border-top:1px solid #ccc;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}

.news dl.list dd {
   margin-left:9em;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
   border-top:1px solid #ccc;
}

.news {
	width:590px;
	height: 120px;
	padding:20px 10px;
	border:#CCC solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.news h2 {
	font-size:120%;
	border-left:#066 solid 6px;
	padding-left: 7px;
	margin-bottom: 5px;
	font-weight: bold;
}

.news dl {
	font-size: 90%;
}

.news dl dt {
	color:#369;
}
section h2.title {
	padding-top: 20px;
}

/*--------------------------------------------------------------------
　　aside right Column
--------------------------------------------------------------------*/
aside {
	width:300px;
	float: right;
	clear: right;
	margin-bottom:47px;
	text-align:justify;
	letter-spacing:0.5px;
	
}
/*-----toppage Panel -----*/
.head { font-weight: bold; 
    cursor: pointer; 
	margin: 0;
}

.row{display: none;letter-spacing:0.6px;} 

/*-----aside logo -----*/

aside .address{
	padding:20px 0 5px;
	font-size:14px;
}

aside .address a {
	color:#069;
}

aside .address a:hover {
	color:#03f;
}

aside .map {
	padding-top:10px;
}

/*--------------------------------------------------------------------
　　フッター
--------------------------------------------------------------------*/


/*-----pagetop -----*/

#pagetop {
  display: inline-block;
  position: absolute;
  top: -47px; /*数値は画像の高さ＋1px*/
  right: 0;
}
/*-----copyright -----*/

#copyright {
  text-align: center;
}

#copyright a {
	color:#CF9;
}

#copyright a:hover {
	color:#9C6;
}
/*-----------------------------------*/
.t-right {
	text-align:right;
}

.box {
	width:570px;
	height: 100%;
	padding:20px;
	border:#CCC solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto 20px;
}

.box h3.col {
	color:#36F;
	font-weight: bold;
}

.box ul li span {
	padding-left: 5px;
	color:#82A8BF;
	font-size:85%;
	
}


/*---------gaiyou------------------*/

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
	margin: 0 auto 20px;
}

table .bordered td {
	width: 25%;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc;    
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered td.top {
    border-left: 1px solid #ccc;
	border-top:none;
    padding: 10px;
    text-align: left;    
}

.bordered td:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*---------utility------------------*/
#description #utility-group {
	float: right;
	max-width: 470px;
	padding-top: 2px;
}

#utility-nav {
	float: left;
}


#header-widget-area {
	float: right;
}


.widget_search {
	width: 180px;
}

#searchform {
	font-size: 0;
	position: relative;
}


#searchform {
	font-size: 0;
	position: relative;
}

#s {
	font-size:x-small;
	background: url(../img/bg_search_form.png);
	width: 133px;
	height: 21px;
	border: none;
	padding: 0 0 0 8px;
}

#searchsubmit {
    background: url(../img/btn_search.png) no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 21px;
    position: absolute;
    position: relative\9;
	right: 0;
    width: 39px;
	text-indent: -9999px;
}

#searchsubmit:hover {
	background-position: left bottom;
}

/* ------------------------------------------------------------------------------------------ 
サイトマップ
------------------------------------------------------------------------------------------ */
ul.sitemap { margin: 1em 0; }

ul.sitemap ul {
		margin: 0;
		padding: 0.5em 0 1em;
}

ul.sitemap li {
		font-weight: bold;
		list-style-type: square;
		list-style-position: inside;
		margin-left: 1em;
}

ul.sitemap ul li {
		font-weight: normal;
		list-style-type: decimal;
		list-style-position: outside;
		margin: 0 0 0.2em 3em;
}

ul.sitemap ul ul li { list-style-type: disc; }

ul.sitemap ul ul ul li { list-style-type: circle; }

.pad15 {
	padding-top:15px;
}