

/* リセット 
------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-size:97%;
}

img {
	border: 0;
}


/* 共通スタイル 
------------------------------ */
body {
	margin:0 auto;
	background:url(../images/bg.gif);
	background-color:#FFF;
	word-break:break-all;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}

p,li,ol {
	letter-spacing:1px;
}

ul, ol {
	list-style:none;
}


h1,h2,h3 {
	letter-spacing:1px;
}

p,ol {
	line-height:150%;
	color:#282828;
}

/* 文字の種類 */

.font_big{
	font-size:115%;
}

.font_small{
	font-size:75%;
}

.font_red{
	color:#FF0000;
}

.font_blue{
	color:#0000FF;
}

.font_cyairo{
	color:#583100;
}

.font_bold {
	font-weight:bold;
}

.font_normal {
	font-weight:normal;
}

.font_medium {
	font-size:97%;
}

/* 回り込み解除 */
.clear {
	clear: both;
}

/* リンク */

a {
	color : #318dff;
	text-decoration:underline;
}	

a:active {
	color : #e50012;
	text-decoration:underline;
}

a:visited {
	color :#318dff;
	text-decoration:underline;
}

a:hover	{
	color :#e50012;
	text-decoration:underline;
}	


/* フッター最下部表示 */

html, body {
	height: 100%;
}

#container {
	margin:0 auto;
	width:840px;
	min-height: 100%;
	margin-bottom: -42px;
	background:url(../images/bg_container.gif) repeat-y;
}

* html #container {		/* for IE6 and below */
	height: 100%;
}

#container-footer {
	height: 42px;
	clear: right;
}


/* 2カラムレイアウト */

#container-main {
	margin-left: 27px;
}

#container-contents {
	width: 100%;
	float: right;
}

/* 最小幅処理	
------------------------------ */

body {
	min-width: 500px;
}

* html .min-width-1 {		/* for IE6 and below */
	border-left: 512px solid #fff;
}

* html .min-width-2 {		/* for IE6 and below */
	margin-left: -512px;
	position: relative;
	background:url(../images/bg_container.gif) repeat-y;

}
* html .min-width-3 {		/* for IE6 and below */
	height:1px;
	margin-left: -512px;
	position: relative;
	background-color:#FFF;

}

* html .min-width-1,
* html .min-width-2,
* html #container-main {
	/*\*/
	height: 1px;		/* for Windows IE6 and below */
}



/* ヘッダー
------------------------------ */

#header {
	margin-left:12px;
	margin-right:12px;
	background:url(../images/header_bg.gif) no-repeat;
	height: 52px;
	text-align: center;
}

/* グローバルメニュー */
#g_menu{
    width:816px;
	height:39px;
	margin-left:12px;
	margin-right:12px;
	text-align:center;
	line-height:0.0;
	font-size:0%;
}
* html #g_menu{  /* for Windows IE6 and below */
	top:-3px;
	position:relative;
}


#g_menu ul {
	margin:0px;
	padding:0px;
}
#g_menu ul li {
	display:inline;
	float:left;
}


/* メイン画像
------------------------------ */
#main_photo {
	margin-left:12px;
	margin-right:12px;
	height:272px;
	width:816px;

}
* html #main_photo{  /* for Windows IE6 and below */
	top:-3px;
	position:relative;
}


#photo_bottom_space {
	margin-left:12px;
	margin-right:12px;
	height:32px;
	width:816px;
	background:url(../images/path_bg.gif) no-repeat;
}

/* コンテンツ
------------------------------ */
#contents {
	width:786px;
	position: relative;
	background-color:#FFF;
}

#contents h2{
	background:url(../images/h2.gif) no-repeat;
	height:40px;
	font-size:14px;
	padding:12px 0 0 23px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}

.txt_container{
	width:252px;
	height:220px;
	background:url(../images/top_txt_bg.gif) no-repeat;
}

.txt_area{
	padding:10px;
	font-size:12px;
	letter-spacing:1px;
	color:#323232;
}

#menu_li li {
	padding:7px 7px 7px 25px;
	background:url(../images/arrow02.gif) no-repeat 5px 10px;
	border-bottom:dotted 1px #949494;
	border-top:dotted 1px #949494;

}

#menu_li li.type02{
	padding:7px 7px 7px 25px;
	background:url(../images/arrow02.gif) no-repeat 5px 10px;
	border-bottom:dotted 1px #949494;
	border-top:none;
}



/* フッター
------------------------------ */


#footer {
	margin:0 auto;
	width:840px;
	background: #FFF;
	text-align: center;
	background:url(../images/bg_container.gif) repeat-y;
	
}