/*--------------------------------------------------------
Copyright (C) 2007 Shigeoki Matsuo  All Rights Reserved.
--------------------------------------------------------*/

/*--------------------------------------------------------
■トータルデザイン設定
--------------------------------------------------------*/

body{
	background-color: #ffffff;/*ページ全体の背景色*/
	margin: 0;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 12px;/*文字サイズ*/
	color: #333333;/*文字色*/
	line-height:130%;/*行間*/
	text-align: center;
	background-image: url(back-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a{ text-decoration:underline; }
a:link{color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}/*リンク文字の色*/
a:visited{color: #333333;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}/*訪問済みリンクの色*/
a:hover{
	color: #ff0000;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}/*カーソルがリンク文字上に来たときの色*/


/*●サイト全体（※ここは触らないで下さい）*/
#container{
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: left;
}


/*--------------------------------------------------------
■最上部帯の設定
--------------------------------------------------------*/

#header{
	width: 750px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	height: 30px;
	z-index: 0;
	background-color: #ffffff;/*最上部帯の背景色*/
}

/*●見出し*/
h1{
	position: absolute;
	margin: 95px 0px 0px 0px;
	padding-left: 10px;
	text-align:left;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	z-index: 3;
	line-height: 12px;
}


/*●最上部メニューリスト（サイトマップ、個人情報保護方針等）*/
#top-menu-list{
	position: absolute;
	left: 450px;
	top: 7px;
	width: 340px;
	text-align:right;
}

#top-menu-list li{
	display:inline;
	font-size: 8pt;
	color: #333333;
}

#top-menu-list li a:link{ color: #333333; }
#top-menu-list li a:hover{ color: #ff0000; }
#top-menu-list li a:visited{ color: #333333; }


/*--------------------------------------------------------
■ヘッダーロゴの設定
--------------------------------------------------------*/

#header-logo{
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 750px;
	height: 90px;/*ヘッダー画像*/
	z-index: 1;
	text-align: left;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	background-color: #FFD0A2;
}


/*●ロゴテキスト*/
#logo-text{
	position: absolute;
	top: 28px;
	left: 18px;
	color: #333333;
	font-size:30px;/*ロゴテキストのフォントサイズ*/
	font-weight: bold;
	letter-spacing:-0.5pt;/*文字間を若干詰めています*/
	width: 440px;
	z-index: 1;
}


#logo-text a{
	text-decoration:none;
	font-size: 26px;
	line-height: 32px;
}


/*●サブテキスト*/
#sub-text{
	position: absolute;
	top: 65px;
	left: 18px;
	color: #333333;
	font-size:12px;/*サブテキストのフォントサイズ*/
	font-weight: bold;
	width: 440px;
}

#sub-text a{ text-decoration:none; }


/*●ヘッダー文章*/
#header-text{
	position: absolute;
	top: 10px;
	left: 400px;
	padding: 10px 20px 0px 0px;
	color: #000000;
	font-size:9pt;
	text-align: left;
	width: 340px;
}
#header-text strong{
	font-weight: normal;
}

/*--------------------------------------------------------
■パン屑ナビの設定
--------------------------------------------------------*/

#navi{
	position: absolute;
	margin: 150px 0px 0px 0px;
	padding-left: 10px;
	text-align:left;
	font-size: 8.5pt;
}


/*--------------------------------------------------------
■左メニューの設定
--------------------------------------------------------*/

/*●左全体（※左レイアウトの位置とサイズ）*/
#left{
	position: absolute;
	margin: 120px 0px 0px 0px;
	width: 180px;
	text-align: left;
	z-index: 1;
}


/*●メニュー*/
#left .menu{
	background-color: #ffffff;/*メニューボックスの背景色*/
	text-align: left;
	color: #000000;
	border: 1px solid #FFD0A2;/*メニューボックスの枠線の色*/
	width: 188px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

#left .menu1{
	background-color: #ffffff;/*メニューボックスの背景色*/
	text-align: left;
	color: #000000;
	border: 1px solid #FFD0A2;/*メニューボックスの枠線の色*/
	width: 178px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#left .title{margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #FFD0A2;/*メニュータイトルの背景色*/
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size:13px;
	width: 168px;
	line-height: 16px;
}

#left ul{
	margin: 5px 0px 5px 30px;
	text-align: left;
}

#left li{padding: 10px 5px 10px 0px;
	color: #000000;
	font-size:12px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 18px;
}
#left li a{ color: #333333;
    font-size:12px;
	font-weight: bold;
	line-height: 18px 
	}

#left li a:link{ color: #333333;
    font-size:12px;
	font-weight: bold;
	line-height: 18px 
    }
#left li a:hover{ color: #ff0000;
    font-size:12px;
	font-weight: bold;
	line-height: 18px 
    }
#left li a:visited{ color: ##ff0000;
    font-size:12px;
	font-weight: bold;
	line-height: 18px 
    }


/*●その他コンテンツ*/
#left .contents{
	background-color: #ffffff;/*コンテンツボックスの背景色*/
	text-align: left;
	color: #000000;
	border: 1px solid #FFD0A2;/*コンテンツボックスの枠線の色*/
	width: 178px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#left .contents1{
	background-color: #ffffff;/*コンテンツボックスの背景色*/
	text-align: left;
	color: #000000;
	border: 1px solid #FFD0A2;/*コンテンツボックスの枠線の色*/
	width: 178px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 15px;
}


#left .contents strong{
	font-weight: normal;
}
#left .contents1 strong{
	font-weight: normal;
}



/*--------------------------------------------------------
■右コンテンツの設定
--------------------------------------------------------*/

/*●右全体（※右レイアウトの位置とサイズ）*/
#right{
	position: absolute;
	margin: 130px 0px 0px 230px;
	width: 500px;
	text-align: left;
	z-index: 0;
}


/*●コンテンツ*/
#right .contents{
	margin: 10px 0px 20px 0px;
	padding: 15px;
	text-align: left;
	clear: both;
}
#right .contents strong{
	font-weight: normal;
}

/*●copyright*/
#copyright{
	text-align: center;
	color: #777777;
	font-size: 12px;
	width: 750px;
	position: absolute;
	margin-top: 1200px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
}

#copyright a:link{color: #777777;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 18px;
}
#copyright a:hover{color: #777777;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 18px;
}
#copyright a:visited{color: #777777;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 18px;
}

/*--------------------------------------------------------
■画像配置の設定
--------------------------------------------------------*/

/*左に画像、右に文章*/
.left{
	float: left;
	margin: 0px 30px 20px 0px;
}

/*左に文章、右に画像*/
.right{
	float: right;
	margin: 0px 0px 20px 30px;
}


/*--------------------------------------------------------
■見出しタグ・装飾タグの設定
--------------------------------------------------------*/


/*●文字色（<span class="red">などとして使用）*/
.black{ color: #000000;}/*黒色テキスト*/
.red{ color: #ff0000;}/*赤色テキスト*/
.blue{ color: #0000dd;}/*青色テキスト*/
.green{ color: #008000;}/*緑色テキスト*/
.yellow{ color: #ffff00;}/*黄色テキスト*/
.navy{ color: #1F26A9;}/*紺色テキスト*/
.gray{ color: #cccccc;}/*灰色テキスト*/
.orange{ color: #ff6600;}/*橙色テキスト*/
.pink{ color: #cc6699;}/*ピンク色テキスト*/
.purple{ color: #660099;}/*紫色テキスト*/
.olive{ color: #808000;}/*黄土色テキスト*/
.lime{ color: #00ff00;}/*黄緑テキスト*/
.aqua{ color: #167FA6;}/*黄緑テキスト*/


/*●見出し2*/
h2 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	border-left: 5px solid #FFD0A2;
	background: #eeeeee;
	clear: both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 7px;
}

/*●見出し3*/
h3{
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	border-left: 5px solid #FFD0A2;
	background: #eeeeee;
	clear: both;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 7px;
}

/*●戻る＆進むリンク*/
.link-back,.link-next{
	padding: 3px;
	margin: 30px 0px 30px 0px;
	font-weight: bold;
	font-size:1.2em;
	clear: both;
}

.link-back{ float: left;}
.link-next{ float: right;}



/*●アンダーライン*/
.underline{ text-decoration:underline;}


/*●取り消し線*/
.not{ text-decoration:line-through;}


/*●強調1*/
.impact{
	padding: 0px;
	color: #000000;
	background-color: #ffff66;
}


/*●線*/
hr{
	border-width: 1px 0px 0px 0px;
	color:#cccccc;
	border-style: solid none none none;
	clear: both;
}

/*●Copyright用線*/
hr.copyright{
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	color:#aaaaaa;
	clear: both;
}


/*●リスト1*/
ul.list1{
	font-size:1.0em;
	line-height:250%;
	text-decoration:none;
	list-style-type: disc;
	list-style-position: inside;
}


/*●テーブル*/
td{
	padding: 8px;
}


/*--------------------------------------------------------
このCSSファイルは、SEO対策マニュアル「賢威」を購入された
お客様のみに配布されるものです。
このcssファイルの無断配布及び商用販売を固く禁じます。

Copyright (C) 2007 Shigeoki Matsuo  All Rights Reserved.
--------------------------------------------------------*/
