@charset "UTF-8";

/* ボディに関するCSS
--------------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666;
	font-size: 80%;
	line-height: 160%;
	background: #f5f5f5;
}



div,ul,li,iframe{
	margin:0;
	padding:0;}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper{
	width: auto;
	margin:0 auto;
	padding:0px 0px 0;
	background: #FFFFFF;
}

#header {
	width: auto;
	height: auto;
	margin-bottom:0px;
}
#header h1{
	text-align:center;
}

#nav{
	width: auto;
	margin:0;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	border-right: #B67703 solid 1px;
	display:none;
}
	
	
#nav ul{
	line-height:0px;
	margin: 0px 0;
	padding: 0;
	list-style: none;	
	float: left;
	display:none;
}


.fixed{
	top:0;
	margin:0 auto;
	position:fixed;
	box-shadow:0 3px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow:0 3px 5px rgba(0, 0, 0, .3);　/*crome用*/
	-moz-box-shadow:0 3px 5px rgba(0, 0, 0, .3);  /*firefox用*/
}

#content{
	clear: both;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #999;
	background-color: #FFFFFF;
}


	
#mainimg{
	clear:both;
	margin:0;
	padding:0;
}

#navsite{
	height:5px;
}

#navsite li{
	color:#6197F5;
}

.col1 {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	/*background-image:url(../boxback.jpg);*/
	background-color: #330;
}

.col2 {
	margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	/*background-image:url(../boxback.jpg);*/
	background-color: #330;
}

.col3 {
	margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
/*	background-image:url(../boxback.jpg);*/
	background-color: #330;
}

.col7 {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	background-color: #330;	
}

.col8 {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	background-color: #330;	
}


.col9 {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border: thin 3px #CCC;
	background-color: #330;	
}

.col10 {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border: thin 3px #CCC;
	background-color: #330;	
}

.col11 {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-right: 1px;
	padding-top: 1px;
	float:left;
	text-align:center;
	border: thin 1px #CCC;
	background-color: #330;	
}
/*.col1 :hover {
margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	background:#336633;
}

.col2 :hover {
margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	background:#336633;
}

.col3 :hover {
margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 8px;
	margin-right: 4px;
	padding-top:3px;
	float:left;
	text-align:center;
	border:outset 5px #CCC;
	background:#336633;
}*/

#footer{
	clear:both;
	width: auto;
	height: 80px;
	margin-top: 5px;
	padding: 5px 2px 5px 2px; 
	background-image: url(../footerbox.jpg);
}



/*#sidebar {
	width: 190px;
	height: 600px;
	padding: 7px 15px 15px;
	background-image: url(img/bck_top_news.gif);
	overflow: scroll;
}*/



/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1 {
	margin: 0;
	padding: 0;
	border: 1px solid #630;
}


/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
/*#nav ul li {
	float: left;
	background-color:#CCC;
	margin-right: 1px;
	margin-left: 1px;
	border: 3px outset #630;
	text-align: center;
	width: 92px;
	height: 100px;
}

#nav ul li a {
	color: #000;
	display: block;
	width: 96px;
	height: 100px;
}

#nav ul li a:hover {
	color: #fff;
	background-color: #c3c;
	text-decoration: none;
}*/


/* contentに関するCSS 
--------------------------------------------------------------------------------*/
/* リスト */
/*ol.topic-path {
margin: 0;  マージン（上下左右） 
padding: 7px 5px;  パディング（上下、左右） 
background-color: #f9f9f9;  背景色 
list-style-type: none;  リストマーク非表示 
font-size: 100%;  文字サイズ 
}
 リスト項目 
ol.topic-path li {
padding-left: 5px;  左パディング 
display: inline;  項目を横並び 
}
 リスト項目（最初の項目） 
ol.topic-path li.first {
padding-left: 25px;  左パディング 
background:url(../img/topic-path-home-gray.png) no-repeat left; ホーム記号（※） 
}
 リンクエリア 
ol.topic-path li a {
padding-right: 18px;  右パディング 
background: url(../img/topic-path-gray.gif) no-repeat right;  矢印記号（※） 
}
 リンク色 
ol.topic-path li a {
color: #4682b4;
}
 リンク色（マウスオーバー） 
ol.topic-path li a:hover {
color: #79a7cc;
}*/




.viewer {
    margin: 0 auto;
    width: 250px;
    height: 187px;
    text-align: left;
    overflow: hidden;
	float:right;
	display:none;
}
 
.viewer ul {
    width: 250px;
    height: 187px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 0;
    left: 0;
    width: 250px;
    height: 187px;
    display: none;
    position: absolute;
}

img{
	max-width: 100%;
	height: auto;
}

/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	color:#fdf5e6;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 1px;
	text-indent: 5px;
}



h3 {
	color:#fdf5e6;
	font-size: 120%;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-indent: 5px;
}


.text{
	text-align: left;
	font-size: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:100;
	color: #fdf5e6;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	line-height: 23px;
}



/* sidebarに関するCSS 
--------------------------------------------------------------------------------*/
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}

#sidebar p {
	margin-top: 0px;
}


/* フッターに関するCSS
--------------------------------------------------------------------------------*/
#credit {
	font-size:11px;
	color: #ffffcc;
	margin-top: 5px;
	float:right;
	margin-right:20px;
	padding-top:10px;
	padding-left:20px;
	
}


#toTop{
	margin-top: 10px;
	margin-right: 15px;
	color: #FFF;
	display:none;
}
.mail {
	color: #ffffcc;
	clear: both;
	float:left;
	margin-top: 10px;
	margin-left:20px;
}

/* リンクに関するCSS
--------------------------------------------------------------------------------*/
a:link {
	 text-decoration: none; 
	 color:#ffffff;
	 }

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

a:hover { 
	text-decoration: none;
	color: #F4E104;
	 }
