@charset "shift-jis";


/* ----------------------------------- margin, padding のリセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p{
	margin: 0;
	padding: 0;
}


/* ----------------------------------- 強調表示解除 */

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}


/* ----------------------------------- block element */

div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address{
  display: block;
}


/* ----------------------------------- h */

h1, h2, h3, h4, h5, h6{
	font-size: 1.0em;
}


/* ----------------------------------- Body */

body{
	font-size: 15px;
	color: #AAAAAA;
	line-height: 200%;
	text-align: center;
}


/* ----------------------------------- Link */

a{/*リンクされた文字*/
    color:#FFBBBB;
    font-style:normal;
    
}
a:link {/*未訪問のリンク*/
    color:#CBA987;
    font-style:normal;
   
}
a:visited {/*訪問後のリンク*/
    color:#A98765;
    
}
a:hover {/*マウスをのせたとき*/
    color:#FF9999;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

a{
	color:#CBA987;
	text-decoration: none;
}
a:hover{
	color:#BB0000;
	text-decoration: underline;
}



/* ----------------------------------- Img */

img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

img.l{
	float: left;
	margin: 0px 5px 0px 0px;
}

img.r{
	float: right;
	margin: 0px 0px 0px 5px;
}


img a:link{ text-decoration: none; }
img a:hover{ text-decoration: none; }


/* ----------------------------------- Paragraph */

p{
	line-height: 140%;
}


/* ----------------------------------- List */

ul,ol,dl{
	margin: 0px;
	padding: 0px;
}


li,dt,dd{
	margin: 0px;
	padding: 0px;
	list-style: none none outside;
	font-size: 100%;
}


/* ----------------------------------- Clearfix */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* ------------------------------ wrapper */

#wrapper{
	width: 1000px;
        margin-left:auto;
        margin-right:auto;
        border-top: 1px solid #DCBA98;
        border-left: 1px solid #DCBA98;
        border-right: 1px solid #DCBA98;
        border-bottom: 1px solid #DCBA98;
}


/* ------------------------------ main */

#main{
	width: 1000px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
	background-image: url(../img/wrap.png);
	background-repeat: repeat-y;
}


/*
	Header - ヘッダー
 -------------------------------------------------- */

/* ----------------------------------- h1 Top Text */

h1{
        text-align: left;
	padding: 0px 0px 0px 0px;
	color: #987654;
	font-size: 13px;
	width: 1000px;
	position: absolute;
	top: 0px;
}


/* ----------------------------------- Header */

/* 枠組み */
#header{
	width: 1000px;
	height: 768px;
	background-color: #fff;
	background-image: url(../img/top1.png);
	background-repeat: no-repeat;
}


/* サイトタイトル */
#header .site-title{
	width: 345px;
	height: 121px;
	
	background-image: url(../img/Mogron.png);
	background-repeat: no-repeat;
        
}

#header .site-title a{
	color: #0;
	border-bottom: 0px # dotted;
}

#header .site-title a:hover{
	text-decoration: none;
}



/* 説明文 */
#header .explain{
        text-align: left;
	font-size: 12px;
	padding: 0px 30px;
	line-height: 140%;
	color: #876543;
}


/*
		content - メインコンテンツ
 -------------------------------------------------- */

/* 枠組み */
#content{
	float: right;
	display: inline;
	width: 670px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	text-align: left;
	background-color: #fff;
}

#content a{
	font-weight: bold;
}

/* 各コンテンツの見出し（h2） */
#content h2{
	padding: 8px 6px 8px 30px;
	color: #FFBBBB;
	font-weight: bold;
	line-height: 120%;
	background-repeat: no-repeat;
	font-size: 18px;
	clear: both;
	border: 0px #0082c8 solid;
	background-image: url(../img/h2gazou.png);
	background-position: top left;
}


/* 各コンテンツの見出し（h3） */
#content h3{
	padding: 0px 0px 0px 5px;
	color: #FFBBBB;
	font-weight: bold;
	line-height: 160%;
	clear: both;
	
	margin: 15px 10px 0px;
	border-bottom: 1px #ccc dotted;
}


#content .txt{
	padding: 0px 0px 30px;
}


/* 各コンテンツテキスト */
#content p{
	padding: 10px 10px 10px 10px;
	line-height: 140%;
	font-size: 14px;
}

/* このページのトップへ戻る */
#content .return-top{
	padding: 0px 5px 0px 7px;
	float: right;
	clear: both;
	background-image: url(../img/side-mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 13px;
	margin: 10px 0px 20px;
}


/*
		Sidebar - サイドナビゲーション
 -------------------------------------------------- */

/* 枠組み */
#sidebar{
	float: left;
	display: inline;
	width: 200px;
	margin: 10px 0px 0px 10px;
	text-align: left;
	font-size: 13px;
}


/* ------------------------------ menu */


/* メニュー枠組み */
#sidebar dl.menu{
	margin: 0px 0px 15px 0px;
	border: 1px #FFCCCC solid;
	padding: 0px 0px 0px 0px;
	background-color: #FEDCBA;
}


/* 見出し */
#sidebar dl.menu dt{
	color: #BA9876;
	font-weight: bold;
	text-align: left;
	background-image: url(../img/side-dt.gif);
	padding: 7px 0px 7px 28px;
	border-bottom: 2px #FEDCBA solid;
}

/* 見出しのリンク設定 */
#sidebar dl.menu dt a{
	color: #ffffff;
}


/* 各メニュー項目 */
#sidebar dl.menu dd{
	display: inline;
	font-weight: bold;
}


/* メニューリンク設定 */
#sidebar dl.menu dd a{
	display: block;
	padding: 7px 5px 7px 20px;
	border-bottom: 1px #DCBA98 dotted;
	background-image: url(../img/side-menu-dd-bg.gif);
	background-color: #fff;
	background-position: top left;
	background-repeat: no-repeat;
}


/* メニューマウスオーバー設定 */
#sidebar dl.menu dd a:hover{
	color: #FFBBBB;
	background-color: #;
}



/* ------------------------------ text */


/* テキスト枠組み */
#sidebar dl.txt{
	margin: 0px 0px 15px 0px;
	border-bottom: 4px #0082c8 solid;
	border: 1px #ddffff solid;
}

/* 見出し設定 */
#sidebar dl.txt dt{
	color: #333;
	font-weight: bold;
	text-align: left;
	background-image: url(../img/side-dt.gif);
	padding: 7px 0px 7px 28px;
	border-bottom: 2px #999999 solid;
}

/* テキスト設定 */
#sidebar dl.txt dd{
	display: block;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 130%;
}

/* テキストリンク */
#sidebar dl.txt dd.link{
	padding: 3px 0px 3px 20px;
	background-image: url(../img/side-mark.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	border-bottom: 1px #666666 dotted;
}


/*
		footer - フッター
--------------------------------------------------*/

/* 枠組み */
#footer{
	clear: both;
	text-align: center;
	border-top: 1px #ccc dotted;
	padding: 10px 0px 0px;
}


/* リスト設定 */
#footer ul{
	list-style: none none outside;
}


/* 各項目 */
#footer ul li{
	display: inline;
	margin: 0px 5px;
	color: #ffffff;
	line-height: 15px;
	font-size: 12px;
}


/* コピーライト */
#footer address{
	padding: px 0px;
	color: #ffffff;
	font-size: 15px;
	background-color: #FEDCBA;
	margin: 10px 0px 0px 0px;
}


/* コピーライトリンク */
#footer address a{
	color: #CBA987;
	text-decoration: none;
}

/* 
------------------------------ 文字のポジション */
.ta-c{ text-align: center; }
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
s
