@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-attachment: fixed;
	background-image: url(../images/Bottom_texture.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
blockquote{
	background-color: #FFC;
	border: 1px solid #CCC;
	padding: 8px;
	margin-right: 4em;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 30px;
	padding-left: 30px;
}
img {
	border: none;
	text-align: center;
}

a img {
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #BB0B75;
	text-decoration: underline;
}
a:visited {
	color: #BB0B75;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #D810BA;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container_top{
	background-image: url(../images/container_top.gif);
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.container_bottom{
	background-image: url(../images/container_bottom.gif);
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.container_design{
	font-size: 10px;
	color: #999;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.container {
	width: 900px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	background-image: url(../images/container_body.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	text-align: center;
	position: relative;
	width: 900px;
	height: 252px;
}

.topics{
	position: absolute;
	height: 24px;
	width: 451px;
	left: 1px;
	top: 1px;
}
.topics h1{
	font-size: 13px;
	font-weight: normal;
}
.logomark{
	position: absolute;
	width: 300px;
	top: 84px;
	left: 40px;
}

/* ~~ レイアウトに使用するカラムです。~~ */

.sidebar1 {
	float: right;
	width: 230px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.sidebar1 p{
	padding-left: 0px;
}
.content {
	width: 665px;
	float: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.content h2{
	font-size: 24px;
	color: #823543;
	background-image: url(../images/onpu1b.gif);
	height: 31px;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 60px;
}
.content h3{
	font-size: 18px;
	line-height: 48px;
	color: #AA156B;
	background-image: url(../images/onp6a.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 48px;
	margin-left: 30px;
}
.content h4{
	font-size: 14px;
	font-weight: bold;
	color: #1F1F1F;
	background-color: 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #C00;
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 30px;
}
.content table {
	margin-left: 30px;
	border-collapse: collapse;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 600px;
}
.content table th{
	background-image: url(../images/table_texture.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCC;
	text-align: left;
	padding-left: 20px;
	width: 180px;
}
.content table td{
	border: 1px solid #CCC;
	padding-left: 10px;
}

.content table.noneborder td,.content table.noneborder th{ border: none;}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
	list-style: none;
	margin-bottom: 15px;
}
ul.nav li {
}
ul.nav li a.active{
	background-image: url(../images/menu_active.jpg);
	background-repeat: no-repeat;
}
ul.nav a, ul.nav a:visited {
	display: block;
	width: 185px;
	text-decoration: none;
	background-image: url(../images/menu_office_normal.jpg);
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	background-repeat: no-repeat;
	height: 30px;
	font-size: 14px;
	font-weight: 800;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #333;
	background-image: url(../images/menu_office_hover.jpg);
	background-repeat: no-repeat;
}

/* ~~ フッター ~~ */
.footer {
	position: relative;
	clear: both;
	background-color: #290713;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	color: #FFF;
	text-align: center;
}
.Text_Right_Align {
	text-align: right;
}


/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.msgbox{
	background-image: url(../images/msgbox.png);
	height: 132px;
	width: 590px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 14px;
	line-height: 2em;
	font-weight: bold;
	color: #BB0B75;
	text-align: center;
}
.Right_position{
	text-align: right;
}
.Left_position{
	text-align: left;
}
.Center_position{
	text-align: center;
}