@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:768px;
	margin:0 auto;
	padding:0px 0px 0;
	background: #FFFFFF;
}

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

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


.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: 766px;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #999;
	background-color: #FFFFFF;
}

/*#navsite{
	height:20px;
}*/
	
#mainimg{
	clear:both;
	margin:0;
	padding:0;
}

#navsite{
	height:30px;
}

#navsite li{
	color:#6197F5;
}

.col1 {
	width: 232px;
	height: 350px;
	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(../img/boxback.png);
}

.col2 {
	width: 232px;
	height: 350px;
	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(../img/boxback.png);
}

.col3 {
	width:232px;
	height: 350px;
	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(../img/boxback.png);
}

.col7 {
	width: 170px;
	height: 380px;
	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 {
	width: 766px;
	height: 260px;
	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 {
	width: 766px;
	height: 450px;
	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 {
	width: 766px;
	height: 450px;
	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 {
	width: 766px;
	height: 310px;
	margin-top: 2px;
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right: 4px;
	padding-top:2px;
	float:left;
	text-align:center;
	border: thin 1px #CCC;
	background-color: #330;	
}


/*.col1 :hover {
width:232px;
	height: 480px;
	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 {
width:232px;
	height: 480px;
	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 {
width:232px;
	height: 480px;
	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: 756px;
	height: 120px;
	margin-top: 5px;
	padding: 10px 5px 5px 5px; 
	color:#FFF;
	background-image:url(../img/images/footerbox.png);
	background-color:#663;
}


/*#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: 2px outset #630;
	text-align: center;
	width: 72px;
	/*height: 100px;*/
}

#nav ul li a {
	color: #000;
	display: block;
	width: 72px;
	/*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;
}


.viewer4{
	width:auto;
	max-width: 768px;
}


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

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

/* col1に関するCSS 
--------------------------------------------------------------------------------*/
h2 {
	color:#fdf5e6;
	font-size: 110%;
	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: 100%;
	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;
}

.news {
	height: 130px;
	overflow-y: auto;
}


.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 {
	margin-top: 5px;
	float:right;
	margin-right:20px;
}


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

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

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

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