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

@charset "Shift_JIS";

/*ブラウザ毎のCSS設定をリセットします*/

*{
	margin:0;
	padding:0;
}


body{
color:#000;
background-color:#fff;
}

h1,h2,h3,h4,h5,h6,p,address{
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height: 100%;
}


img{
border:none;
}


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

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

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


td {
	text-align: left;
}


/*●サイト全体（※ここは触らないで下さい）*/
#container{
	width: 810px;
	margin: 0px auto 0px auto;
	text-align: left;
}

div.ritems {
	margin: 5px 5px 5px 5px;
}

div.ritems25 {
	margin: 5px 5px 5px 25px;
}


div.download {
	margin: 5px 5px 5px 5px;
}

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

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

/*●見出し*/
h1{
	position: absolute;
	margin: 10px 0px 0px 0px;
	padding-left: 10px;
	text-align:left;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	z-index: 1;
}


/*●パン屑ナビ*/
#navi{
	position: absolute;
	margin: 435px 0px 0px 0px;
	padding-left: 10px;
	text-align:left;
	font-size: 8.5pt;
}


/*●最上部メニューリスト（サイトマップ、個人情報保護方針等）*/
#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: 30px 0px 0px 0px;
	width: 810px;
	height: 435px;
	background-image:url(images/itotitle.jpg);/*ヘッダー画像*/
	z-index: 1;
	text-align: left;
}


/*●ヘッダー文章*/
#header-text{
	position: absolute;
	top: 480px;
	left: 20px;
	padding: 10px 20px 0px 0px;
	color: #ffff00;
	font-size:12pt;
	text-align: leftt;
	width:750px;
}

#header-banner{
	position: absolute;
	margin: 160px 0px 0px 20px;
	width: 810px;
	height: 110px;
	text-align: left;
}

/* ヘッダ広告 */
.header-ad470 {
	width: 470px;
	float: left;
	height:60px;
	margin: 3px;
	padding: 0px;
}

.header-ad330 {
	width: 330px;
	float: left;
	height:60px;
	margin: 3px;
	padding: 0px;
}

.header-ad234 {
	width: 234px;
	float: left;
	float: left;
	height:60px;
	margin: 3px;
	padding: 0px;
}

.header-ad120 {
	width: 120px;
	float: left;
	float: left;
	height:60px;
	margin: 3px;
	padding: 0px;
}

.header-ad100 {
	width: 100px;
	float: left;
	height:60px;
	margin: 3px;
	padding: 0px;
}

.header-ad800 {
	width: 800px;
	height:100px;
	margin: 3px;
	padding: 0px;
}


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

/*●左全体（※左レイアウトの位置とサイズ）*/
#left{
	position: absolute;
	margin: 6265px 0px 0px 5px;
	width: 240px;
	text-align: left;
	z-index: 1;
}


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



#left .title{
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #3846E4;/*メニュータイトルの背景色*/
	color: #ffffff;
	text-align: center;
	font-family: Impact,sans-serif;
	font-weight: bold;
	font-size:1.0em;
	width: 220px;
	_width: 198px;
}

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

#left ul{
	margin: 5px 0px 5px 20px;
	text-align: left;
}

#left li{
	padding: 2px 0px 2px 0px;
	color: #000000;
	font-size:1.0em;
	list-style-type: disc;
	list-style-position: outside;
}


#left table{
	width: 240px;
	margin: 0px 0px 0px 20px;

}


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


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

/*●右全体（※右レイアウトの位置とサイズ）*/
#right{
	position: absolute;
	margin: 480px 50px 3px 50px;
	width: 700px;
	text-align: left;
	z-index: 0;
}

#right .title{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#4cff7f;/*メニュータイトルの背景色*/
	color: #000000;
	border-bottom: 1px solid #ff0000;
	text-align: center;
	font-family: Impact,sans-serif;
	font-weight: bold;
	font-size:1.2em;
	width: 748px;
	text-align: left;
	_width: 198px;
}

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

h6 {
	margin: 5px 5px 5px 5px;
	padding:0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.0em;
	color: #333333;
	border-left: 5px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	background: #ffcccc;
	clear: both;
}

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


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

/*●最下部メニューリスト（サイトマップ、個人情報保護方針等）*/
#right-menu-list{
	margin: 10px;
	text-align: right;
}

#right-menu-list li{
	display:inline;
	font-size: 8pt;
	color: #333333;
}
#right-menu-list li a:link{ color: #333333; }
#right-menu-list li a:hover{ color: #ff0000; }
#right-menu-list li a:visited{ color: #333333; }

/* ヘッダ広告 */
.right-ad470 {
	width: 470px;
	float: left;
	height:60px;
	margin:  3px 0px 3px 0px;
	padding: 0px;
}

.right-ad470toku {
	width: 470px;
	float: left;
	height:70px;
	margin:  3px 0px 3px 0px;
	padding: 0px;
}


/* ソフトアイテム */
.softbox {
	width: 500px;
	margin:  3px 0px 3px 0px;
	padding: 0px;
}

blockquote	{
	padding: 0.5em;
	background-color:#ffffb3; /*blockquoteの背景色*/	
	margin: 0px 0px 5px 0px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #6699ff;
	
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #6699ff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	
	width: 480px;
	line-height: 110%;
}




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

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;}/*黄緑テキスト*/


/*●見出し2*/
h2 {
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.50em;
	color: #333333;
	border-left: 5px solid #3846E4;
	border-bottom: 1px solid #3846E4;
	background: #eeeeee;
	clear: both;
}

/*●見出し3*/
h3{
	width: 520px;
	background: url(images/h3back.gif);
	margin: 10px 0px 10px 10px;
	padding: 4px 0px 0px 10px;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	clear: both;
}

/*●見出し4*/
h4 {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333333;
	background: #eeeeee;
	clear: both;
}

/*●見出し5*/
h5 {
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333333;
	border-left: 5px solid #ff0000;
	background: #ff99cc;
	clear: both;
}

/*●戻る＆進むリンク*/
.link-back,.link-next{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size:1.1em;
	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: 0px 0px 0px 0px;
	color:#3846E4;
	border-style: solid none none none;
	clear: both;
	height:1px;
}

/*●Copyright用線*/
hr.copyright{
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	color:#aaaaaa;
	clear: both;
	height:1px;
}


/*●リスト1*/
ul.list1{
	font-size:1.0em;
	margin-left:20px;
	text-decoration:none;
	list-style-type: disc;
	list-style-image:url("images/greenb.gif");
	list-style-position: outside ;
}

ul.list2{
	font-size:1.0em;
	margin-left:20px;
	text-decoration:none;
	list-style-type: disc;
	list-style-image:url("images/p001lis.gif");
	list-style-position: outside ;
}


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


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

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