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

html{
	height:100%;
}

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

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

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

a:hover{
	color: #555555;
	text-decoration:none;
}


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


#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; text-decoration:none;}
#navi a:hover{ color: #555555; text-decoration:none;}
#navi a:visited{ color: #0000ff; text-decoration:none;}


/*●最上部メニューリスト（サイトマップ、個人情報保護方針等）*/
#top-menu-list{
	position: absolute;
	left: 420px;
	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; text-decoration:none;}
#top-menu-list li a:hover{ color: #333333; text-decoration:none;}
#top-menu-list li a:visited{ color: #333333; text-decoration:none;}

/*--------------------------------------------------------
■ヘッダーロゴの設定
--------------------------------------------------------*/


#header-logo{
	position: absolute;
	left: 0px;
	top: 30px;
	width: 810px;
	height: 110px;
	background-image:url(http://www.masam.info/img/logo.jpg);/*右側の影*/
	z-index: 0;
}

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

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


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


/*●ヘッダー文章*/
#header-text{
	position: absolute;
	top: 5px;
	left: 440px;
	padding: 10px 20px 0px 0px;
	color: #ffffff;
	font-size:11pt;
	text-align: left;
	line-height:100%
	font-weight: bold;
	width: 360px;
	_width:380px;/*IE6のバグ回避*/
}


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


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


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

#main .contents p{
	font-size:12pt;
	line-height:150%;
	margin-bottom:10px;
}

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


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

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

.ads_e {
	margin-top:10px;
	margin-left:1px;
	margin-bottom:5px;
	text-align:left;
}

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

/*左に画像、右に文章*/
.left{
	float: left;
	margin: 0px 30px 20px 0px;
}

/*左に文章、右に画像*/
.right{
	float: right;
	margin: 0px 0px 20px 30px;
}

.center{
	margin: 0px 0px 5px 110px;
}


/*--------------------------------------------------------
■見出しタグ・装飾タグの設定
--------------------------------------------------------*/


/*●文字色（<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;}/*黄緑テキスト*/

/*●戻る＆進むリンク*/
.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 #000000;/*枠線の色*/
	clear: both;
}

.link-back{ float: left;}
.link-next{ float: right;}

.link-back a,.link-next a{
	color: #333333;
}

.link-back a:visited,.link-next a:visited{
	color: #333333;
}

.link-back a:hover,.link-next a:hover{
	color: #ff0000;
}


/*●アンダーライン*/
.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;
}

#top_list {
 float: left;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 0px;
 width: 700px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 2px;
 padding-right: 0px;
 background-color: #999999;
 border: 1px solid #333333;
}

#top_listt ul{
 list-style-type: none;
 float: left;
 margin-left: 0px;
}

#top_list ul li{
 float: left;
 width: 200px;
 display: block;
 margin-left: 0px;
 margin-bottom: 7px;
 margin-right: 10px;
 background-image: url(http://www.masam.info/img/top_li.gif);
 background-repeat: no-repeat;
 background-color: #FFFFFF;
}

#top_list li a {
 color: #333333;
 line-height: 22px;
 padding-left: 25px;
 font-size: 10px;
 text-decoration:none;
}

.link{ text-align :right; }

h2{
	color:#2b2828;
	font-size:120%;
	font-weight:bold;
	background:transparent url(http://www.masam.info/img/entry_h2.gif) repeat-y left bottom;
	border-top:1px solid #f2f2f2;
	padding:7px 10px 16px 10px;
	margin:0 0 15px 0;
}

h3{
	color:#2b2828;
	font-size:100%;
	font-weight:bold;
	background: #ffffff url(http://www.masam.info/img/entry_h3.gif) no-repeat 0px 8px;
	border-bottom:3px double #b0afaf;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

h4{
	color:#2b2828;
	font-size:100%;
	font-weight:bold;
	background: #ffffff url(http://www.masam.info/img/entry_h4.gif) no-repeat 0px 8px;
	border-bottom:1px dashed #909090;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

h4 a{
	color:blue;
}

.blockquote{
	font-size:90%;
	line-height:150%;
	color:#423636;
	background:transparent url(http://www.masam.info/img/blockquote.gif) repeat-y left top;
	padding:15px 20px;
	margin:0 0 10px 0;
}

.pr{
	font-size:90%;
	color:#aaaaaa;
	clear: both;
}
.pr a:link{
	color:#aaaaaa;
	text-decoration:none;
}

.pr a:visited{
	color:#aaaaaa;
	text-decoration:none;
}

.pr a:hover{
	color:#aaaaaa;
	text-decoration:none;
}


