/*	　目次
-----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.コンテナー
8.ヘッダー
9.メイン
10.フッター
---------------------------------------------*/

/*	　1.全体
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.7; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}

html {
	overflow-y: scroll;
}
body {
	color: #000; /* 全体のフォントカラー */
	background:#fff; /* 全体の背景色 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif,
Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%; /* 全体のフォントサイズ */
	text-align: center;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}


/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
---------------------------------------------*/
h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 33px;
	line-height: 26px;
	background: #fff url('img/h2.gif') no-repeat scroll left center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	font-size: 17px;
}
h3 {
	margin-top: 0.5em;
	color: #000088;
	font-weight: bold;
	font-size: 13px;
}
h4 {
	margin-top: 1em;
	padding-left: 0.5em;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
}
/*	　3.リンク
---------------------------------------------*/
a {
	color: #0081ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 記事内/ページトップへのリンク */
div.modori {
	margin:0;
	padding:0;
}

.modori li {
	float:right;
}


/*	　4.リスト
---------------------------------------------*/ 
ul,
ol,
dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: none;
}
dt {
	padding-left: 18px;
	background: url("img/list.gif") no-repeat left center;
}
/* テキストのリスト1（縦並び） */
ul.textlist1 li {
	padding-left: 18px;
	background: url("img/list.gif") no-repeat left center;
}
/* テキストのリスト2（横並び） */
ul.textlist2 li {
	margin-right:2em;
	display: inline;
}
/* イメージのリスト（横並び） */
ul.imglist {
	width: 694px;
}
ul.imglist li {
	float: left;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 7px 5px 0;
}
/* 番号付きリスト1（横並び） */
ol.horizontal {
	margin-bottom: 0;
}
ol.horizontal li {
	margin-right: 1em;
	display: inline;
	list-style: none outside;
}
/* 定義リスト1（dtの幅が長い） */
dl.dt-long dt {
	padding-left: 18px;
	width: 15em;	
	background: url("img/list.gif") no-repeat left center;
	line-height: 1.7;
}
dl.dt-long dd {
	margin: -1.7em 0 0 15em;
	line-height: 1.7;
}
dl.dt-long dd.second {
	margin-top: 0.1em;
}
/* 定義リスト2（dtの幅が短い） */
dl.dt-short dt {
	padding-left: 18px;
	width: 9em;
	line-height: 1.7;
	background: url("img/list.gif") no-repeat left center;
}
dl.dt-short dd {
	margin: -1.7em 0 0 9em;
	line-height: 1.7;
}
dl.dt-short dd.second {
	margin-top: 0.1em;
}
/* イメージとテキストの定義リスト1 */
dl.imgtextlist1 {
	width: 100%;
}
dl.imgtextlist1 dt {
	padding: 0;
	float: left;
	width: 150px;
	background-image: none;
}
dl.imgtextlist1 dt a {
	background: none;
}
dl.imgtextlist1 dd {
	margin-left: 150px;
	padding-left: 20px;
}
/* イメージとテキストの定義リスト2 */
div.imgtextlist2_box {
	width: 694px;
}
	/* IE6用 */
	* html div.imgtextlist2_box {
		margin-bottom: 1.2em;
	}
dl.imgtextlist2 {
	margin-right: 10px;
	float: left;
	width: 200px;	
}
dl.imgtextlist2 dt {
	padding: 0;
	width: 200px;
	background-image: none;	
}
dl.imgtextlist2 dt a {
	background: none;
}
	/* floatクリア用 */
	ul.imglist:after,
	div.imgtextlist1:after,
	div.imgtextlist2_box:after {
		height: 0;
		visibility: hidden;
		content: ".";
		display: block;
		clear: both;
	}
	ul.imglist:after,
	div.imgtextlist1:after,
  	div.imgtextlist2_box {
		/*\*/*/
		overflow: hidden;
		/**/
	}
/* リストマークの設定 */
.modori li {
	list-style:none;
	list-style-position:outside;
}

/*	　5.フォーム
---------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
textarea,
select,
input {	
	margin-bottom: 1em;
	border: none;	
	line-height: 1.2;
	color: #000;	
	background-color: #ddd;	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;	
}
textarea {
	width: 350px;
}
select:hover,
input:hover,
textarea:hover {
	background-color: #eee;
}
select:focus,
input:focus,
textarea:focus {
	background-color: #eee;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #000;	
	width: 70px;
	vertical-align: middle;	
	color: #fff;
	background-color: #000;	
	cursor: pointer;
}
input.button:hover{
	color: #d50000;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
---------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	color: #d50000;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #666;
	text-decoration: line-through;
}
/* 引用 */
blockquote {
	margin: 1.5em 0;
	padding: 6px 1em;
	border: 1px solid #ccc;
	background-color: #fff;
}
blockquote p {
	margin-bottom: 0;
}
cite,
q {
	font-style: oblique;
}
/* 整形済みテキスト */
pre {
	margin: 1.5em 0;
	padding: 0.5em 1em;
	border: 1px dotted #ccc;
	width: 90%;
	height: 100px;
	overflow: scroll;
	background-color: #fff;
	font-family: "Osaka−等幅", monospace;
}
code {
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
	margin-bottom: 1em;
	font-style: normal;
}
/* テーブル */
table {
	margin-bottom: 1em;
	border-collapse: separate;
}
th,
td {
	padding: 0.5em 1em 0.5em 1em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
th {
	color: #000;	
	background-color: #fff;
	text-align: left;
}
td {	
	color: #000;
	background-color: #fff;
}
td.second {
	color: #000;
	background-color: #fff;
}
/* 装飾ボックス */
div.deco {
	margin: 0 5em 5em 5em;
	padding: 1em 5em 1em 5em;
	color: #000;
	background: #eee;
}
/*	　7.コンテナー
---------------------------------------------*/
div#container {
	margin: 0 auto -30px;
	width: 720px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
}
* html div#container {
	height: 100%;
}
/*	　8.ヘッダー
---------------------------------------------*/
div#header {
	margin-bottom: 20px;
}
/* サイト名 */
h1 {
	padding: 55px 0 30px 130px;
	line-height: 1em;
	color: #000;
	background: #fff url("img/h1.gif") no-repeat 10px 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	/* font-style: oblique; */
	/* font-weight: bold; */
	font-size: 40px;
}
/* メニュー */
#menu {
	margin: 0px 0 16px;
	height: 30px;
	line-height: 2.5em;
	background: #fff url('img/header.gif') no-repeat scroll left bottom;

}

#menu ul{
	list-style-type:none;
	}

#menu ul li{
	font-size:12px;
	letter-spacing:1px;
	float:left;
	width:144px;
	height:30px;
	position:relative;
	}
#menu ul li a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	font:12px;
	width:144px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#menu ul li a:hover{
	color:#FFFF66;
	}
#menu ul li.off{
	overflow:hidden;
	width:144px;
	}
#menu ul li.off ol.sub{
	left:0px;
	top:-999px;
	}
#menu ul ol.sub{
	position:absolute;
	left:0px;
	top:30px;
	width:144px;
	border:1px solid #999999;
	text-align:center;
	list-style-type:none;
	}
#menu ul li.on{
	width:144px;
	}
#menu ul>li.on{
	overflow:visible;/*×*/
	}
#menu ul ol.sub li{
	float:none;
	width:144px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1.00; /*FF*/
	}
#menu ul ol.sub li a{
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#menu ul ol.sub li a:hover{
	background-color:#FFFF66;
	color:#000000;
	}
.line{
	clear:left;
	margin:10px 0 0 0;
	}

/* メインイメージ */
p#mainimg {
	margin: 0;
}
/*	　9.メイン
---------------------------------------------*/
div#main {
	margin: 0 5px 40px 5px;
}
div.textbox {
	padding: 0 12px 12px;
}
/* 二段組みの場合の左ボックス */
div.leftbox {
	float: left;
	width: 352px;
}
/* 二段組みの場合の右ボックス */
div.rightbox {
	float: right;
	width: 352px;
}
/* 区切り線 */
div.line {
	margin-bottom: 24px;
	background: url('img/line.gif') repeat-x;
	height: 2px;
}
div.line hr {
	display: none;
}
/*	　10.フッター
---------------------------------------------*/
ul#footer {
	margin: 0 auto;
	padding: 6px 0 0;
	clear: both;
	width: 720px;
	height: 35px;
	background: #009500;
	text-align: right;
}
ul#footer li {
	margin: 0 0.5em;
	display: inline;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:94%;
}
ul#footer li a {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
ul#footer li a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}