/*--------------------------------------------------------
このcssファイルは、SEO対策マニュアル「賢威」を購入された
お客様のみに配布されるものです。
このcssファイルの無断配布及び商用販売を固く禁じます。

Copyright (C) 2007 Shigeoki Matsuo  All Rights Reserved.
--------------------------------------------------------*/

/*--------------------------------------------------------
■トータルデザイン設定
--------------------------------------------------------*/

html{
　height:100%;
}

body{
	background-color: #ffffff;/*ページ全体の背景色*/
	background-image : url(back-bg.gif);/*右側の影*/
	background-repeat: repeat-y;
	margin: 0;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 0.8em;/*文字サイズ*/
	color: #333333;/*文字色*/
	line-height:130%;/*行間*/
}

A{ text-decoration : underline; }
a:link{ color: #0000ff; }/*リンク文字の色*/
a:visited{ color: #E895CC; }/*訪問済みリンクの色*/
a:hover{ color: #ff0000; }/*カーソルがリンク文字上に来たときの色*/


/*--------------------------------------------------------
■最上部帯の設定
--------------------------------------------------------*/


#header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 810px;
	height: 30px;
	background-color: #ffffff;/*最上部帯の背景色*/
	z-index: 0;
}


/*●トップ見出し＆ナビゲーション*/
h1,#navi{
	position: absolute;
	left: 10px;
	top: 10px;
	text-align:left;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	z-index: 1;
}

#navi a:link{ color: #0000ff; }
#navi a:hover{ color: #ff0000; }
#navi a:visited{ color: #E895CC; }


/*●最上部メニューリスト（サイトマップ、個人情報保護方針等）*/
#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;
	left: 0px;
	top: 30px;
	width: 810px;
	height: 110px;
	background-image : url(logo.jpg);/*右側の影*/
	z-index: 0;
}

/*●ロゴテキスト*/
#logo-text{
	position: absolute;
	top: 28px;
	left: 18px;
	color: #333333;
	font-size:24pt;/*ロゴテキストのフォントサイズ*/
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;/*ロゴテキストのフォント*/
	font-weight: bold;
	letter-spacing:-0.5pt;/*文字間を若干詰めています*/
	width: 440px;
	z-index: 1;
}

#logo-text a:link{ color: #333333; }
#logo-text a:hover{ color: #333333; }
#logo-text a:visited{ color: #333333; }


/*●サブテキスト*/
#sub-text{
	position: absolute;
	top: 65px;
	left: 18px;
	color: #333333;
	font-size:10pt;/*サブテキストのフォントサイズ*/
	font-weight: bold;
	width: 440px;
}


/*●ヘッダー文章*/
#header-text{
	position: absolute;
	top: 10px;
	left: 460px;
	padding: 10px 20px 0px 0px;
	color: #000000;
	font-size:9pt;
	text-align: right;
	line-height:100%
	width: 340px;
}


/*--------------------------------------------------------
■左メニューの設定
--------------------------------------------------------*/


/*●左全体（※ここは触らないで下さい）*/
#left{
	position: absolute;
	top: 155px;
	left: 10px;
	width: 190px;
}


/*●メニュー*/
#left .menu{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: 1px solid #FFA2A1;/*ボックスの枠線の色*/
	width: 198px;
  
}


#left .title{
	margin: 0px;
	padding: 5px 10px 5px 10px;;
	background-color: #FFA2A1;/*メニュータイトルの背景色*/
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size:1.0em;
	width : 178px;
}


#left ul{
	margin: 5px 0px 5px 30px;
	background-color: #ffffff;
	text-align: left;
}


#left LI{
	padding: 10px 5px 10px 0px;
	color: #000000;
	font-size : 1.1em;
	font-weight: bold;
	list-style-type: desc;
	list-style-position: outside;
}


/*●その他コンテンツ*/
#left .contents{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: 1px solid #FFA2A1;/*ボックスの枠線の色*/
	width : 178px;
}


/*--------------------------------------------------------
■右コンテンツの設定
--------------------------------------------------------*/


/*●右全体（※ここは触らないで下さい）*/
#right{
	position: absolute;
	top: 165px;
	left: 240px;
	width: 540px;
}


/*●コンテンツ*/
#right .contents{
	margin: 10px 0px 20px 0px;
	background-color: #ffffff;
	padding: 15px;
	text-align: left;
	clear: both;
}


/*●copyright*/
#right #copyright{
	margin: 5px 0px 20px 0px;
	text-align: center;
	color: #777777;
	font-size: 10pt;
	width: 540px;
}


/*--------------------------------------------------------
■右アドセンスの設定（オプション）
--------------------------------------------------------*/

div.right-ad{
	position: absolute;
	left: 830px;
	top: 10px;
}


/*--------------------------------------------------------
■画像配置の設定
--------------------------------------------------------*/

/*左に画像、右に文章*/
.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;}/*黄緑テキスト*/


/*●見出し1*/
h2 {
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2.0em;
	color: #333333;
	border-left: 5px solid #FFA2A1;
	background: #eeeeee;
	clear: both;
}

/*●見出し2*/
h3  {
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.0em;
	color: #333333;
	border-left: 5px solid #FFA2A1;
	background: #eeeeee;
	clear: both;
}


/*●戻る＆進むリンク*/
.link-back,.link-next{
	padding: 3px;
	margin: 30px 0px 30px 0px;
	font-weight: bold;
	font-size:10pt;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #FFA2A1;/*枠線の色*/
	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:#aaaaaa;
	border-style: dotted 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: desc;
	list-style-position: inside;
}


/*●テーブル*/
td{
	padding: 8px;
}


/*--------------------------------------------------------
このCSSファイルは、SEO対策マニュアル「賢威」を購入された
お客様のみに配布されるものです。
このcssファイルの無断配布及び商用販売を固く禁じます。

Copyright (C) 2007 Shigeoki Matsuo  All Rights Reserved.
--------------------------------------------------------*/