/*共通レイアウト*/

body {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	text-align: center;
}

/*基本フレーム*/

#wrapper {
	width: 740px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

/*ヘッダ*/

#header {
	width: 740px;
	text-align: center;
}

/*メインコンテンツ*/
#main {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

/*ナビゲーション*/
#navi-top {
	width: 740px;
}
#navi {
	width: 740px;
	margin-top: 1px;
}

/*見出し*/
h1 {
	width: 600px;
}
h2 {
	width: 450px;
	font-size: 15px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	background-color: #F2DFA4;
	margin-top: 40px;
}
h3 {
	width: 450px;
	background-color: #E0DFE3;
	font-size: 1.1em;
	padding-left: 20px;
}

/*テーブル装飾*/
.table-mar20 {
	margin-top: 20px;
}

.th-com {
	margin-top: 20px;
	background-color: #F5E7C2;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F7D6BB;
}
.td-com {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

/*パンくずナビゲーション*/
.pan-navi {
	width: 700px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color: #E0DFE3;
}

/*ボックス*/
.box1 {
	width: 550px;
	margin-left: 30px;
	border: 1px dashed #999966;
	background-color: #FCF4DA;
}

.box2 {
	width: 550px;
	margin-left: 30px;
	background-color: #FFFFFF;
}
.box3 {
	width: 550px;
	margin-left: 30px;
	background-color: #FFFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990033;
	padding-left: 10px;
}


/*上へ*/

.ue {
	width: 700px;
	text-align: right;
	margin-bottom: 50px;
}
/*フォント装飾*/
.font-under {
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
.font-red_b_under {
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

