*{
	margin:0;
	padding:0;
}


body{
	margin: 0px;
	background: url(img/body_back.gif) repeat-y #fff center;
	text-align: center;
	font-family: Verdana, "ＭＳ Ｐゴシック","平成角ゴシック", sans-serif;
}


strong{ font-weight: normal; }
em{ font-style: normal; }

li{ list-style: none; }

a{ color: #00f; }
a:visited { color: #00f; }
a:hover { color: #ff8c00; }

img	{ border: none; }


/* 基本設定
----------------------------------------------- */

#wrapper{
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0;
}


/* ヘッダーの設定
----------------------------------------------- */

#header{
	margin: 0px;
	width: 780px;
	height: 150px;
	background: url(img/header.jpg) no-repeat;
	text-align: left;
}


h1{
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	z-index: 1;
}

#header p {
	font-size: 10pt;
	color: #333;
	line-height: 130%;
	margin: 0 110px 0 20px;
}


/* メインの設定
----------------------------------------------- */

#main{
	width: 750px;
	text-align: left;
	margin: 10px 20px 20px 10px;
	clear: both;
	text-align: left;
}

#main p {
	font-size: 10pt;
	line-height: 150%;
	margin: 0px 15px 10px 15px;
}


/* メニュー
----------------------------------------------- */

#left{
	float: left;
	width: 180px;
	background: #FFDFE0;
	border: solid 1px #CCBDBA;
	font-size: 10pt;
	padding: 2px 5px;
}

#left h4{
	background: #FE688E;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#left ul{
	margin: 0 0 3px 0;
	padding: 0;
}

#left li{
	width: 180px;
	display: block;
	margin: 0 0 1px 0;
}

#left li a{
    width: auto;
    _width: 168px;
    display: block;
    line-height: 1.0;
    text-indent: 10px;
    padding: 5px;
    background-color: #f1f2ec;
    border: 1px solid #D4C8C8;
    text-decoration: none;
}

#left li a:hover{
	color: #FF8C00;
    border-left: 5px solid #FF8C00;
     text-indent: 6px;
   width: auto;
    _width: 164px;
}

/* コンテンツ
----------------------------------------------- */

#right{
	float: right;
	width: 540px;
	background: #fff;
}


#right .contents {
	margin: 0px 0px 20px 0px;
	clear: both;
}

#right .link a,
#right .link a:hover {
	text-decoration: underline;
}

#right .link li {
	background: url(img/list.gif) no-repeat 0px 8px;
	padding-left: 18px;

}

/* サイトマップ
----------------------------------------------- */

#right .sitemap {
	margin: 0px 0px 20px 0px;
	background: url(img/sitemap.jpg) no-repeat right top;
	clear: both;
}

#right .sitemap li{
	margin-left: 10px;
	list-style-type: disc;
}


/* 見出し
----------------------------------------------- */

h2 {
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
	padding: 3px 0 3px 14px;
	background: url(img/h2-bg.jpg) repeat-x bottom;
	border-bottom: solid 1px #ADADAD;
	border-left: solid 5px #ECA0A0;
	clear: both;
}

h3.type-a {
	font-size: 1.0em;
	margin: 0px 0px 20px 0px;
	padding: 3px 0 3px 14px;
	background: url(img/h2-bg.jpg) repeat-x bottom;
	border-bottom: solid 1px #ADADAD;
	border-left: solid 5px #ECA0A0;
	clear: both;
}

h3.type-b {
	padding: 0px 0px 0px 14px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333333;
	border-left: 8px solid #ECA0A0;
	background: url(img/h3-bg.jpg) repeat-x bottom;
	clear: both;
}

h3.type-c {
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 20px 0px 10px 10px;
}


/* 画像の回り込みの設定
----------------------------------------------- */

.left{
	float		: left;
	margin		: 0px 30px 20px 0px;
}

.right{
	float		: right;
	margin		: 0px 0px 20px 30px;
}


/* 上部メニュー
----------------------------------------------- */

#menu-top {
	clear: both;
	margin: 0px;
	background: url(img/bar.jpg) no-repeat;
	height: 25px;
	color: #fff;
}

#menu-top ul {
	margin: 5px 10px 10px 10px;
	float: right;
	line-height: 15px;
	border-right: 1px solid #fff;
}

#menu-top li {
	display: inline;
	padding: 0px 10px;
	color: #fff;
	font-size: 9pt;
	letter-spacing: 0.5pt;
	border-left: 1px solid #fff;
	list-style-type: none;
	list-style-position: outside;
}

#menu-top a:link,
#menu-top a:visited {
	padding: 1px 3px;
	text-decoration	: none;
	color: #fff;
}

#menu-top a:hover {
	padding: 1px 3px;
	background: #fff;
	text-decoration: none;
	color: #00f;
}


/* 下部メニュー
----------------------------------------------- */

#menu-bottom {
	clear: both;
	margin: 10px 0 10px 0;
	background: url(img/bar.jpg) no-repeat;
	height: 25px;
	color: #fff;
}

#menu-bottom ul {
	margin: 5px 10px 10px 10px;
	float: right;
	line-height: 15px;
	border-right: 1px solid #fff;
}

#menu-bottom li {
	display: inline;
	padding: 0px 10px;
	color: #fff;
	font-size: 9pt;
	letter-spacing: 0.5pt;
	border-left: 1px solid #fff;
	list-style-type: none;
	list-style-position: outside;
}

#menu-bottom a:link,
#menu-bottom a:visited {
	padding: 1px 3px;
	text-decoration	: none;
	color: #fff;
}

#menu-bottom a:hover {
	padding: 1px 3px;
	background: #fff;
	text-decoration	: none;
	color: #00f;
}


/* フッターの設定
----------------------------------------------- */

#foot {
	clear		: both;
	margin		: 0px;
	text-align	: center;
	color		: #333;
	background-color: #fff;
}

#foot p {
	font-size	: 10pt;
	margin		: 0 15px 10px 15px;
	line-height	: 130%;
	text-align	: left;
}

#foot p.copy {
	background	: #fff;
	font-size	: 9pt;
	padding		: 4px 10px;
	color		: #333;
	margin		: 0px;
	text-align	: center;
}

#foot p.copy a,
#foot p.copy a:visited {
	color		: #333;
	text-decoration	: none;
}

#foot p.copy a:hover {
	color		: #ff8c00;
}



/* 文字の装飾
----------------------------------------------- */

.impact { background-color: #ffff99; }

.red	{ color: #FF0000; }
.orange	{ color: #ff6600; }

.b { font-weight: bold; }

.under { border-bottom: solid 1px #de1039; }


/* marginの設定
----------------------------------------------- */

.mt20{ margin-top: 20px!important; }
.mt30{ margin-top: 30px!important; }

.mb20{ margin-bottom: 20px!important; }
.mb30{ margin-bottom: 30px!important; }

.mtb30{ margin-top: 30px!important; margin-bottom: 30px!important; }


/* リストの設定
----------------------------------------------- */

.list1 {
	font-size: 10pt;
	line-height: 200%;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 20px;
}

.list2 {
	font-size	: 10pt;
	line-height	: 180%;
	list-style-type	: none;
	margin-left: 20px;
}


.waku {
	border: solid 1px #c9c9c9;
	padding: 10px 20px;
	margin: 20px 200px 20px 10px;
}

.waku ul{
	margin: 0 0 0 10px;
}

.waku li{
	font-size: 10pt;
	text-indent: 10px;
	line-height: 180%;
	list-style-type: disc;
}

.waku2 {
	border: solid 1px #c9c9c9;
	padding: 10px 20px;
	margin: 20px 70px 20px 10px;
}

.waku2 ul{
	margin: 0 0 0 10px;
}

.waku2 li{
	font-size: 10pt;
	text-indent: 10px;
	line-height: 200%;
	list-style-type: decimal;
	border-bottom: dotted 1px #333;
}

.waku3 {
	border: solid 1px #c9c9c9;
	padding: 10px 0px;
}


/* アドセンスの設定
----------------------------------------------- */

#main .ads {
	margin: 0 0 10px 0;
	text-align: center;
	clear: both;
}

#main .ads p{
	color: #333;
	font-size: 8.5pt!important;
	text-align: left;
}

#right .ad-lc{
	margin: 0 0 20px 15px;
	clear: both;
}

#right .ad-lc p{
	color: #333;
	font-size: 8pt!important;
	text-align: left;
	margin: 0px!important;
}

