@charset "Shift_Jis";

/* 基本スタイル定義 */
/* 全体 */

*{
	margin:0;
	padding:0;
	background-color:transparent;
	text-decoration:none;
	text-align:left;
	font:normal normal normal 100%/170% Verdana,Chicago,"ＭＳ Ｐゴシック",Osaka,sans-serif;
}

body{
	color:#333333;
	font-size:80%;
	background:#fff url(../img/back.gif);
	padding-bottom:20px;
}

div {
	zoom:100%;
}

.clear {
	clear:both;
}

/* リンク */ 
a,a:hover{
	color:#333;
}

a:hover{
	border-bottom:dotted 1px #333;
}

#logo a:hover{
	border-bottom:none;
}

.footer a:hover{
	color:#000;
	border-bottom:none;
}

.menu a,.footer a{
	color:#000;
}

.menu a:hover{
	color:#000;
	background:url(../img/katabami.gif) no-repeat bottom center;
	border-bottom:dotted 1px #999;
	padding-top:10px;
}

.sub a:hover{
	border-bottom:none;
}

/* 見出し */
h1{
	text-align:left;
	margin:5px 70px 0 45px;
	font-size:2.6em;
	font-family:"Century Gothic","Times New Roman",Times,serif;
	color:#000;
}

h2,h3{
	font-weight:bold;
}

h2{
	font-size:1.2em;
	margin:0 10px;
	color:#000;
}

h3{
	text-align:left;
	color:#000;margin:
	10px 50px;
}

/* メニュー */
.menu{
	background:url(../img/line1.gif) repeat-x right bottom;
	margin:0 0 15px;
	padding:0 70px 5px;
	text-align:right;
}

.menu li{
	list-style:none;
	display:inline;
	margin-right:5px;
	border:1px;
}

/* メニュー(トップ配置用) */
#topNav{
	position: absolute;
	left:470px;
	top:3px;
}

#topNav li{
	font-size:7pt;
	vertical-align:bottom;
	color:#000;
	margin-right:2px;
	list-style:none;
	display:inline
}

#topNav img{
	margin-right:2px;
}


/* ブロック要素 */ 
.main,.sub{
	border:solid 1px #ccc;
}

.main{
	width:780px;
	margin:-1px 0 10px 10px;
	padding:1px 0px 20px;
	border-width:0 1px 1px;
	background:#fff url(../img/line2.gif) repeat-y 100% 0;
	margin-right:205px;
}

.head{
	height:125px;
}

.sub{
	width:185px;
	position:absolute;
	top:20px;
	left:760px;
	background:#f0e9cc;
	font-size:0.9em;
}

.sub-inner{
  padding: 0px 5px 0px;
	margin: 0px 10px ;
}

.txt{
	width:75%;
	margin:5px 75px 40px auto;
}

.footer{
	background:url(../img/line1.gif) repeat-x right bottom;
	margin:20px 0 0;
	padding:0 75px 15px;
	text-align:right;
}

address{
	text-align:left;
	margin:0 50px;
	color:#666;
}

.box{
	margin:5px 5px;
	padding:8px 10px;
	background:url(../img/back_menu.gif);
}

.left{
	float:left;
	margin-right:0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.right{
	float:right;
	margin-left:0.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#banner-description{
	font-size:13px;
	text-align:left;
	margin :0 50px;
	color:#333;
}

.check{
	margin-left:20px;
	margin-right:20px;
}

/* サイドメニュータイトル */

.sidetitle{
	color:#ffe;
	font-weight:bold;
	font-size:13px;
  _font-size:12px;
	background:url(../img/sidetitle.gif) top;
	padding-top:2px;
	padding-left:5px;
	margin:0;
  line-height: 140%;
	border-bottom:1px solid #a5a08e;
}

/* サイドメニュー */

.side {
  margin: 0 0 10px 0;
	background:#fff;
  color: #444;
  font-size: 12px;
  _font-size: 11px;
  line-height: 150%;
	border:1px #ddd solid;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:8px;
}

/* インライン要素 */
em{
	font-weight:bold;
}

em.red{
	color:#f00;
}

em.blue{
	color:#00f;
}

p{
	margin-bottom:0.8em;
}

img{
	margin:2px 0;
	border:0;
}

dl img{
	margin:0;
}

/* リスト */
ul,ol{
	list-style-position:inside;
	margin-bottom:15px;
}

ul li{
	list-style-type:square;
}

ol li{
	list-style-type:decimal;
}

dl{
	margin:0 0 1.8em 13px;
}

dl dt{
	color:#000; padding:3px 13px 4px;
	border-left:double 4px #c1bd9b;
}

dl dd{
	padding:3px 13px 4px;
	border-left:double 4px #000;
}


/*　フォーム用　*/
button {
	width:20px;
	height:20px;
	font-size:10px;
}

/*フォトリーダー*/
#p-reader{
	padding:12px;
}

#gl_search {
	width:100px;
	height:20px;
	}

#gl_btn {
	width:40px;
	height:25px;
	color:#fff;
	background:#c60;
	text-align:center;
	}

#sc_btn {
	width:40px;
	height:25px;
	color:#fff;
	background:#c60;
	text-align:center;
	}
	
/* rss */
#rss{
	position: absolute;
	left:620px;
	top:30px;
}
