@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :page.css
 author     :keyword-co.net(admin)
 style info :各ページスタイル，

=================================================================== */


/* -----------------------------------------------------------
	#main h1
		ページタイトル
----------------------------------------------------------- */
#main h1 {
	line-height:60px;
	font-size:200%;
	padding:0 23px;
	margin-bottom:18px;
	background:url(../img/parts/title_bg_other.gif);
}

#main h1.about {
	margin-top:8px;
	background:url(../img/title_bg_about.gif);
}


/* -----------------------------------------------------------
	フリーページ サブタイトル
----------------------------------------------------------- */

#main h2 {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 18px;
    padding-left: 0;
    background-image : url(../img/indexBg_10Fb_02.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #000000;
    font-size: 1.0em;
    font-weight: normal;
    text-align: left;
    line-height: 1.0;
}


/* -----------------------------------------------------------
	#main p#main_img
		ページイメージ
----------------------------------------------------------- */

#main p#main_img {
	margin-bottom:27px;
}

/* -----------------------------------------------------------
	#main .inner
		コンテンツ枠
----------------------------------------------------------- */

#main .inner {
	width:600px;
	margin:0 15px;
}

/* -----------------------------------------------------------
	#main .inner div.imageboxL,#main .inner div.imageboxR
		写真（キャプション可）
----------------------------------------------------------- */

#main .inner div.imageboxL {
      float: left;
      font-size: 90%;
      color: gray;
	  margin-right:20px;
	  margin-bottom:10px;
}

#main .inner div.imageboxR {
      float: right;
      font-size: 90%;
      color: gray;
	  margin-left:20px;
	  margin-bottom:10px;
	  text-align:right;
}

/* -----------------------------------------------------------
	#main .inner table.line
		テーブル（ラインあり）
----------------------------------------------------------- */

#main .inner table.line {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-collapse:collapse;
        font-size:98%;
	font-weight:normal;
}

#main .inner table.line th,
#main .inner table.line td {
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:13px 10px 10px 10px;
}

#main .inner table.line th {
	white-space: nowrap;
	text-align:center;
	background:#FFFDDD;
}

/* -----------------------------------------------------------
	#main .inner table.line
		テーブル（ラインなし）
----------------------------------------------------------- */

#main .inner table.line2 {
	border-top:0px solid #999999;
	border-left:0px solid #999999;
	border-collapse:collapse;
        font-size:98%;
	font-weight:normal;
}

#main .inner table.line2 th,
#main .inner table.line2 td {
	border-top:0px solid #999999;
	border-right:0px solid #999999;
	border-bottom:1px solid #999999;
	border-left:0px solid #999999;
	padding:10px 10px 10px 10px;
}

#main .inner table.line2 th {
	white-space: nowrap;
	text-align:center;
	background:#FFFFFF;
}

/* -----------------------------------------------------------
	#main .inner ul,#main .inner ol
		リスト
----------------------------------------------------------- */

#main .inner ul {
	margin-left:0px;
}

#main .inner ul li {
	list-style:disc;
}

#main .inner ol {
	margin-left:30px;
}

#main .inner ol li {
	list-style:decimal;
}


