@charset "utf-8";


/*全体の設定
-------------------------------------------------------------------------------------
■文字サイズは75%部分で変更できます。%指定でなく、pxなどでもOK。
■文字色（白）は#FFFFFF部分で変更できます。
-------------------------------------------------------------------------------------*/
body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image:url(../../in_images/mainback01.jpg);
	line-height: 160%;
	color: #666;
	background-repeat: repeat-x;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/*細々の設定（あまり変更する部分はありません）
-------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6,h7,h8,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 13px;
}



/*リンクカラー設定
-------------------------------------------------------------------------------------
■aの部分がリンクですよ～という部分の設定。下線を外したいなら、「text-decoration: none;」を
1行追加すればOK。
■a:hoverはカーソルが乗った時の設定。ここでは文字色を赤にして背景を黒にしています。
-------------------------------------------------------------------------------------*/
a {
	color: #006699;
}

a:hover {
	color: #ad0a17;
}


/*基本設定（あまり変更する部分はありません）
-------------------------------------------------------------------------------------
■コンテンツの枠の設定
-------------------------------------------------------------------------------------*/

/*バック背景画像
-------------------------------------------------------------------------------------*/
#back {
	background-image:url(../../in_images/mainback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}


/*コンテンツ設定
-------------------------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/*メインメニュー設定
-------------------------------------------------------------------------------------*/


/*内容部分の上位
-------------------------------------------------------------------------------------*/
#container {
	float: left;
	width: 980px;
	margin-left: auto;
	background-image:url(../../in_images/mainback.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
}


/*内容部分のサイド
-------------------------------------------------------------------------------------*/
#container #sidemenu {
	float: left;
	width: 202px;
}
/*内容部分のメイン
-------------------------------------------------------------------------------------*/
#container #contents {
	float: right;
	width: 678px;
	margin-right: 40px;
}
/*サブタイトル設定（説明タイトル）
-------------------------------------------------------------------------------------*/
#sidemenu .subtitle01 {
	font-weight: bold;
	background-image:url(../../images/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 27px;
	width: 240px;
	padding-top: 7px;
	padding-left: 40px;
	font-size: 12px;
	color: #004E74;
}


/*汎用クラス設定（内容部分のメイン情報用ボックス設定)
-------------------------------------------------------------------------------------*/
#contents .box01 {
	float: left;
	width: 690px;
}

.mr12 {
	margin-right: 12px;
}
.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}



.mt30 {
	margin-top: 30px;
}


.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr16 {
	margin-right: 16px;
}
.mr20 {
	margin-right: 20px;
}


.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}


.mb08 {
	margin-bottom: 8px;
}
.mt15 {
	margin-top: 15px;
}


/*その他
-------------------------------------------------------------------------------------*/

.font_16 {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 1.2em;
}
.lst_disk {
	list-style-image: url(../../in_images/flow/maru.gif);
	list-style-position:outside;
	color: #666;
	margin-left: 20px;
}
