@charset "shift_jis";
/*
テンプレート制作　コンサルタント若葉　http://www.sb-seo.com/ 
項目名は日本語のローマ字。皆さん英語名を付けたがりますが何ででしょうねー。
例　soto-waku：外枠　aka_iro：赤色
*/
/*全体の設定*/
html {

}
/*背景画像の変更はbackground_0800-1.jpgの数字末尾を1から3へ変えます*/
body {
	font: 14px/1.45em "ＭＳ Ｐゴシック", Osaka;
	color: #000000;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(background_0800-1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
/*標準のリンク*/
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
/*レイアウト枠：全体の枠と横幅・背景色*/
#soto-waku {
	margin: 0px auto;
	padding: 0px;
	width: 850px;
	background: #FFFFFF;
}
/*レイアウト枠：上段*/
/*トップ画像の変更は0800-3.jpgの数字末尾を1から7へ変えます*/
#top-waku {
	margin: 0px;
	padding: 0px 200px;
	height: 100px;
	position: relative;
	text-align: left;
	background-image: url(0800-3.jpg);
}
#top-waku h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
	font-weight: bold;
	color: #000066;
}
#top-waku p {
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 0px;
}
/*レイアウト枠：中段*/
#bunsyou-waku {
	padding: 10px;
	width: 830px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#honbun-waku p {
	padding-left: 14px;
	padding-right: 14px;
}

/*レイアウト枠：中段・本文*/
#honbun-waku {
	margin: 0px;
	padding: 10px 40px;
	border: 3px solid #EEEEEE;
	position: relative;
	font-size: 105%;
}
#honbun-waku li {
	margin-top: 3px;
	margin-bottom: 3px;
}
#navi {
	padding: 5px 20px;
	line-height: 1em;
	position: relative;
	text-align: left;
	background: #999999 url(bg_sq-1.jpg) repeat;
	font-size: 1.2em;
	color: #999999;
}
#navi a:link, #navi a:visited {
	margin-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navi a:hover, #navi a:active {
	margin-left: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

/*レイアウト枠：下段*/
#shita-waku {
	margin: 0px;
	position: relative;
	background: #DDDDDD url(bg_sq-1.jpg) repeat;
	text-align: left;
	border-bottom: 2px solid #CCCCCC;
	clear: right;
	padding: 5px 30px;
	border-top: 1px solid #DDDDDD;
	text-indent: 10px;
}
/*下枠のリンク*/
#shita-waku a:link, #shita-waku a:visited {
	color: #0000FF;
}
#shita-waku a:hover, #shita-waku a:active {
	color: #FF0000;
}

/*リンク画像の枠を消す*/
img {
	border-width: 0px;
}
/*文字の色を変更する場合class="ao_iro"などとします*/
.aka_iro {
	color: #FF0000;
}
.ao_iro {
	color: #0000FF;
}
/*視覚デコレーション：段落*/
.danraku1 {
	font-size: 110%;
	line-height: 100%;
	padding: 4px 8px;
	border-bottom: 2px dotted #3366CC;
	color: #333333;
	font-weight: bold;
	border-left: 6px solid #3366CC;
	width: 80%;
}
.danraku2 {
	font-size: 110%;
	line-height: 100%;
	padding: 4px 8px;
	border-bottom: 1px dotted #CC9999;
	color: #333333;
	font-weight: bold;
	border-left: 6px solid #CC9999;
	width: 75%;
}
/*視覚デコレーション：見出し*/
.midashi1 {
	font-size: 130%;
	line-height: 100%;
	font-weight: bold;
	padding: 6px;
	color: #000066;
}
.midashi2 {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	color: #993333;
	padding: 4px 4px 4px 6px;
}
.midashi3 {
	font-size: 105%;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
	padding: 3px 6px;
}
/*視覚デコレーション：インデント*/
.habayose50 {
	float: left;
	margin: 6px 12px 6px 50px;
}
/*当社サイトへのリンク用*/
.asy {
	font-size: 10px;
}
#soto-waku .asy a {
	color: #666666;
	text-decoration: none;
}
