/* ----------------------------------------------------------------------------	*/
/* Copyright(C) 2006-2008 searchword.jp All Rights Reserved. Produced by okayan	*/
/* 2008/03/05	ワイド化に伴い全体の見直し                                        */
/* 2008/05/06 2カラムへ                                                         */
/* 2008/06/12 ヘッダー上にh1追加                                                */
/* 2009/02/27 860pxにワイド化                                                   */
/* 2009/03/25 Safari対応、不要ID・クラス・コメントの削除                        */
/* ----------------------------------------------------------------------------	*/

@charset "utf-8";

/***********************************************************
	サイト全体の設定
***********************************************************/

/* 基本的にmargin/paddingは0とする */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #fdf3e3;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 100%;
	color: #333333;
	text-align: center;
}

img {
	border: none;
}

a:hover {
	color: #CC3300;
}

/***********************************************************
	サイト全体（ワイド化対応）
	従来のcontainerをさらに大枠で括り右メニューを追加
***********************************************************/
#allbody {
	background-color: #FFFFFF;
	text-align: left;
	width: 860px;
	margin: 0px	auto;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

/* 旧サイト全体の括り */
#container {
	float: left;
	line-height: 160%;
/*	width: 640px; 右メニュー拡大*/
/*	width: 620px; 2カラム化*/
	width: 860px;
}

/***********************************************************
	ヘッダー部分
***********************************************************/
#htop {
	width: 860px;
	background-color:#f0e0d0;
}

#htop h1 {
	padding: 5px 0 5px 10px;
	margin: 0;
	color:#000000;
	font-size:10px;
	font-weight:normal;
}

#htop a:link {
	color:#0000cc;
}
#htop a:visited {
	color:#0000cc;
}
#htop a:hover {
	color:#0000FF;
	background-color:#ffcc00;
	text-decoration: none;
}
#htop a:active {
	color:#0000FF;
	background-color:#ffee00;
	text-decoration: none;
}

#banner {
	line-height: 160%;
	font-size: 12px;
	height: 70px;
	border-bottom: 1px solid #000000;
}

/***********************************************************
	ヘッダーナビゲーション部分
***********************************************************/
#bannernavi {
	width:860px;
	height: 20px;
	background-color: #f0e0d0;
}

#bannernavi p {
	text-align: right;
	color: #000000;
	display: block;
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
}

#bannernavi a {
	color: #000000;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#bannernavi a:hover {
	color: #FF6600;
	background-color: #FFFFFF;
}

/***********************************************************
	メインコンテンツ（右メニュー → ワイド化に伴い中央）
***********************************************************/
/* メインコンテンツ部分スペース確保 */
#main {
	float: right;
	width: 570px;
	text-align: left;
}

/* ボーダーの内側、本文エリア */
#contents {
	margin: 10px 10px 10px 0;
	border: solid 1px #999999;	/* 内側に2pxあるので注意 -558px- */
	line-height: 160%;
	font-size: 80%;
}

#contents h2 {
	margin: 0;
	padding: 7px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-image: url(img/titlew.gif);
	background-repeat: no-repeat;
	border-bottom: solid 1px #999999;
}

/* エントリ記述部分 */
#textbox {
	margin: 10px;
}

/* 中区分(h3) */
#textbox h3 {
	margin: 20px 0 10px 0;
	background-color: #eeeeee;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding: 7px 0 7px 15px;
	text-align: left;
	border-left: solid 10px #0077bb;
}

/* 小区分 */
#textbox h4 {
	color: #333333;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 10px;
	font-size: 100%;
	border-left: solid 5px #999999;
	border-bottom: dotted 1px #666666;
	font-family: Verdana, Arial, sans-serif;
}

#textbox p {
	margin: 1em 0 1em 0;
	line-height: 150%;
	font-size: 120%;
}

#textbox strong {
	font-weight: bold;
	color:#cc6600;
}

#textbox a:link {
	text-decoration: underline;
	color: #0000FF;
}

#textbox a:visited {
	text-decoration: underline;
	color: #0000FF;
}

#textbox a:active {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}

#textbox a:hover {
	text-decoration: underline;
	background-color: #FFDDDD;
	color: #0000FF;
}


/***********************************************************
	左メニュー（目次）
***********************************************************/
/* メニュー部分（スペース確保） */
#categories {
	float: left;
	width: 288px;
	padding: 0 0 20px 0;
}

/* 目次表示部分 */
/* 目次はデザイン保持のためフォントをpx指定 */
#menu {
	margin: 10px;
	font-size: 13px;
	line-height: 160%;
}

#menu h4 {
	padding: 3px 0px 0px 21px;
	font-size: 12px;
	color: #333333;
	background-image: url(img/sidebg.gif);
	background-repeat: no-repeat;
	height: 24px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-family: monospace,"ＭＳ Ｐ明朝", sans-serif;
}

#menu li {
	height: 30px;
	display: inline;
}

#menu li a{
	display: block;
	padding:5px 0 5px 25px;
	border-bottom:dotted 1px #666666;
	background-image: url(img/menu_li.gif);
	background-repeat: no-repeat;

}

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

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

#menu a:active {
	text-decoration: underline;
	color: #993300;
	background-image: url(img/menu_li2.gif);
	background-repeat: no-repeat;
}

#menu a:hover {
	text-decoration: underline;
	color: #993300;
	background-image: url(img/menu_li2.gif);
	background-repeat: no-repeat;
}

#menu p {
	margin: 0 5px;
}

/***********************************************************
	右メニュー（商品紹介などなど） - 3/5追加
***********************************************************/
/* 右メニュー部分（スペース確保） */
#rightmenu {
	float: right;
	width: 180px;
}

/* 右メニュー部分 */
#rightbox {
	margin: 10px;
	line-height: 160%;
	font-size: 75%;
}

#rightbox .btn {
	/* サイト毎にボタン作成 */
	background-image: url(img/btnhome.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	margin: 0 0 2px 0;
	padding: 16px;
}

#rightbox #book p {
	margin: 3px 0;
	text-align: center;
}

#rightbox h5 {
	background-image: url(img/osusume.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 0 5px 15px;
	margin: 10px 0 0 0;
	height: 30px;
}

#rightbox #osusume {
	font-size: 12px;
}

#rightbox #osusume p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}

#rightbox a{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

#rightbox a:active {
	text-decoration: underline;
	color: #993300;
}

#rightbox a:hover {
	text-decoration: underline;
	color: #993300;
}


/***********************************************************
	フッター
***********************************************************/
#footer {
	clear: both;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	height: 36px;
}

#footer p {
	float: right;
	padding: 12px 20px 0 0;
	color: #333333;
}

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

#footer a:hover {
	color: #CC3300;
}

/***********************************************************
	各パーツ設定
***********************************************************/
/**** パンくずリスト ****/
#textbox #panlist {
	font-size:85%;
	margin: 5px 0 0 0;
	border-bottom:dotted 1px #2e4352;
}

/**** トップハイライト ****/
#textbox #highright {
	background-image: url(images/catch.gif);
	background-repeat: no-repeat;
	height: 197px;
	margin: 0 0 0 20px;
}

#textbox #highright p {
	margin: 0;
	font-size:130%;
	font-weight:bold;
	padding:125px 20px 15px 35px;
	color: #333333;
}

/**** コメント・トラックバック ****/
#textbox fieldset {
	margin: 10px 0 0 0;
	padding: 10px;
	border: dotted 1px #223388;
}

#textbox fieldset legend {
	font-size: 90%;
	font-weight: bold;
	color:# 333333;
	padding: 2px 50px 2px 10px;
	background: #ffffff;
	border-top: solid 1px #9999cc;
	border-left: solid 1px #9999cc;
	border-bottom: solid 1px #223388;
	border-right: solid 1px #223388;
}

#textbox fieldset div.lbox {
	width:80px;
	padding:10px 0;
	float:left;
}

#textbox fieldset p {
	font-size:90%;
}

#textbox fieldset div.lbox p {
	font-weight:bold;
	margin:0 0 0 10px;
	padding:2px 0 0 0;
}

#textbox fieldset div.rbox {
	width:286px;
	padding:10px 0;
	float:left;
}

#textbox fieldset div.rbox input {
	width:250px;
}

#textbox fieldset textarea {
	width:330px;
}

#textbox p.tra {
	color:#333333;
	margin:20px 0 15px 0;
	padding:5px 15px;
	border:solid 1px #bbbbdd;
	background:#eeeeee;
}

#textbox p.ri1 {
	text-align: right;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #999999;
}

/**** 検索ボックス ****/
#searchall {
}

#searchall p{
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#search {
	margin:0px 0 25px 0;
	background-color:#e8e8e8;
	height:30px;
	padding:15px 0 10px 0;
}
#search input.box {
	width:90px;
	margin:0px 6px 0 10px;
	vertical-align:top;
}

/**** 最近のコメント ****/
#recom {
	font-size: 80%;
}

/**** カテゴリ内エントリ一覧 ****/
#kanren {
	font-size:80%;
	color:#333333;
	margin: 30px 0 0 0;
	padding: 5px 15px;
	background:#ededed;
	border:dashed 1px #999999;
}

#kanren h4 {
	font-size:90%;
}

/**** サイトマップ ****/
#sitemap {
	margin:0;
}
#sitemap ul {
	font-size:100%;
	margin:0;
	padding:0;
}
#sitemap ul li {
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	background:url(http://www.gifudc.jp/img/bg-h5.gif) no-repeat left top;
}
#sitemap ul.sub {
	font-size:100%;
}
#sitemap ul.sub li {
	margin:5px 0 0 0;
	padding:5px 0 0 20px;
	border-top:dotted 1px #2e4352;
	background:url(http://www.gifudc.jp/img/icon_01.gif) no-repeat 5px 6px;
}

/***********************************************************
	text-align 要素操作クラス
***********************************************************/
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/***********************************************************
	float 要素操作クラス
***********************************************************/
.fleft{
	float: left;
	margin: 0px 10px 0 0px;
}

.fright{
	float: right;
	margin: 5px 0 0 10px;
}

.cl {
	clear:both;
}

/***********************************************************
	文字装飾クラス
***********************************************************/
.sml{
	font-size: 70%;
}

.b {
	font-weight: bold;
}

.oran {
	color: #FF9900;
}

.red {
	color: #CC3300;
}

.blue {
	color: #0099FF;
}

.comm {
	font-size: 90%;
	color: #777777;
}

.red-b {
	border-bottom:solid 1px #FF0000;
	line-height:140%;
	font-weight:bold;
}
.blue-b {
	border-bottom:dashed 2px #0000cc;
	line-height:140%;
	font-weight:bold;
}
.mark-1 {
	background-color:#CCCCCC;
	padding:0px 2px 0 2px;
	line-height:140%;
}
.mark-2 {
	background-color:#ffee55;
	padding:0px 2px 0 2px;
	line-height:140%;
}
.mark-3 {
	background-color:#eb99cc;
	padding:0px 2px 0 2px;
	line-height:140%;
}

.emp {
	font-weight: bold;
	background-color: #F9D5CF;
/*	color: #CC3300;	*/
}

/***********************************************************
	個別サイトクラス
***********************************************************/

.photo {
	float: right;
	margin: 0px 0px 0px 10px;
	padding:0px;
	border: solid 3px #DDDDDD;
}

.photo_l {
	float: left;
	margin: 0px 10px 0px 0px;
	padding:0px;
	border: solid 2px #DDDDDD;
}

/* プライオリティから拝借 */
/******************/
/* 提携カード一覧 */
/******************/
.cardlist{
	width: 521px;
	text-align: left;
	border-top: 1px #cccccc solid;
	border-left: 1px #cccccc solid;
	margin: 0 0 10px 0;
}

.cardlist1 {
	width: 180px;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-size: 13px;
}

.cardlist2 {
	width: 340px;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-size: 13px;
}

.tdh{
	background-color: #c3f0ff;
	font-weight: bold;
}

.spa{
	padding: 5px 0;
}