@charset "utf-8";

/* ------------------------------------------------------------------------
  common
------------------------------------------------------------------------ */

/* ---------- reset ---------- */

p,blockquote,address,div,noscript {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
}

ul,ol,li,dl,dt,dd {
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}


a,img,map,q,sub,sup,span,bdo {
	margin:0;
	padding:0;
	border:0;
}

/* ---------- reset_end ---------- */

body {
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#666;
	line-height:150%;
	background:url(../images/body_bg.gif) center top repeat;
	font-family: Arial, sans-serif, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/* link設定 */
a:link { color:#e60011; text-decoration:none; }
a:active { color:#e60011; text-decoration:none; }
a:visited { color:#e60011; text-decoration:none; }
a:hover { color:#e60011; text-decoration:underline; }


* { margin: 0px; padding: 0px; }


hr { display: none; }

img, fieldset {border:0;}

div.clear {
	width:100%;
	height:0px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
	text-indent:-9999px;
	clear:both;
	overflow:hidden;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* float設定 */
.left { float:left; }
.right { float:right; }

/* align設定 */
.alignL { text-align:left; }
.alignR { text-align:right; }
.alignC { text-align:center; }


/* font設定 */
.nomal { font-weight: normal; }
.bold { font-weight: bold; }

.line150 { line-height:1.5; }
.line190 { line-height:1.9; }

/* font-size設定 */
.text10 { font-size:83%; }
.text11 { font-size:91%; }
.text12 { font-size:100%; }
.text13 { font-size:108%; }
.text14 { font-size:116%; }
.text15 { font-size:125%; }
.text16 { font-size:133%; }

/* color設定 */
.red { color:#f22525; }

/*margin設定 */
.maB5 { margin-bottom:5px; }
.maB10 { margin-bottom:10px; }
.maB15 { margin-bottom:15px; }
.maB20 { margin-bottom:20px; }
.maB25 { margin-bottom:25px; }
.maB30 { margin-bottom:30px; }
.maB40 { margin-bottom:40px; }

.maT5{ margin-top:5px; }
.maT10{ margin-top:10px; }
.maT15{ margin-top:15px; }
.maT20{ margin-top:20px; }

.maL15{ margin-left:15px; }

/*padding設定 */
.pa8 { padding:8px; }
.pa10 { padding:10px; }
.paL5 { padding-left:5px; }
.paL10 { padding-left:10px; }
.paL20 { padding-left:20px; }



/* ------------------------------------------------------------------------
  wrapper
------------------------------------------------------------------------ */
#wrapper {
	width:960px;
	margin:0 auto;
	padding:15px 4px 0 4px;
	background:url(../images/bg.gif) left top repeat-y;
}



/*------------------------------------------------------------------------
  header
------------------------------------------------------------------------ */
#header {
	width:940px;
	height:60px;
	margin:0 auto 15px auto;
	background:url(../images/header_line.gif) left bottom repeat-x;
} 
#header h1{
	float:left;
	margin:5px 0 0 0; 
} 
#header #tm_logo {
	float:right;
	margin:15px 0 0 0;
}


/* ------------------------------------------------------------------------
  container
------------------------------------------------------------------------ */
#container {
	width:941px;
	margin:0 9px 20px 10px;
}

#container .btnPagetop {
	padding:0 5px 0 0;
	clear:both;
	text-align:right;
}

#container #main_img {
	width:940px;
	height:230px;
	margin:0 0 15px 0;
}

/*------------------------------------------------------------------------
  contents
------------------------------------------------------------------------ */
#contents {
	width:702px;
	float:right;
}
#contents h3 {
	clear:both;
	width:702px;
	height:42px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:42px;
	text-indent:30px;
	background:url(../images/h3_bg_red.gif) no-repeat;
}
#contents h3 span{
	font-size:12px;
}
#contents .box {
	width:702px;
	background:url(../images/box_bg.gif) repeat-y;
}
#contents .box .bottom {
	width:702px;
	background:url(../images/box_bg_bottom.gif) bottom no-repeat;
}
#contents .box h3 {
	background:url(../images/box_h3_bg_red.gif) no-repeat;
}
#contents .inner {
	width:680px;
	margin:0 auto;
}
#contents span.link {
	padding:0 0 0 15px;
	background:url(../images/link_icon.gif) left  no-repeat;
}
#contents p.comments {
	margin-top:5px;
	margin-left:1em;
	text-indent:-1em;
	font-size:9px;
}
/* -- 表 -- */
#contents .table_area {
	width:690px;
	padding:9px 0 20px 10px;
}
#contents .table_area table tr.even {
	background:#fafafa;
}
#contents .table_area table tr th {
	height:25px;
	font-weight:normal;
	background:#e9e9e9;
	border-left:solid 1px #e9e9e9;
	border-bottom:solid 1px #e9e9e9;
}
#contents .table_area table tr th.last {
	border-right:solid 1px #e9e9e9;
}
#contents .table_area table tr td {
	border-left:solid 1px #e9e9e9;
	border-bottom:solid 1px #e9e9e9;
}
#contents .table_area table tr td.last {
	border-right:solid 1px #e9e9e9;
}
#contents .table_area table tr td.top {
	border-top:solid 1px #e9e9e9;
}

/*------------------------------------------------------------------------
  side
------------------------------------------------------------------------ */
#side {
	width:220px;
	float:left;
}


/* menu */
#side ul#s_navi {
	margin:0 0 10px 0;
}
#side ul#s_navi li {
	width:220px;
	height:40px;
	line-height:40px;
	text-indent:35px;
	background:url(../images/side_navi_bg_off.gif) no-repeat;
}
#side ul#s_navi li.top {
	background:url(../images/side_navi_top_bg_off.gif) no-repeat
}
#side ul#s_navi li.bottom {
	background:url(../images/side_navi_bottom_bg_off.gif) no-repeat;
}

/* link設定 */
#side ul#s_navi li a {
	display: block;
	width: 100%;
	color:#000;
}
#side ul#s_navi li a:hover {
	background:url(../images/side_navi_bg_on.gif) no-repeat;
	color:#e60011;
	text-decoration:none;
}
#side ul#s_navi li.top a:hover {
	background:url(../images/side_navi_top_bg_on.gif) no-repeat;
}
#side ul#s_navi li.bottom a:hover {
	background:url(../images/side_navi_bottom_bg_on.gif) no-repeat;
}
#side ul#s_navi li.active {
	color:#e60011;
	font-weight:bold;
	background:url(../images/side_navi_bg_active.gif) no-repeat;
}
#side ul#s_navi li.top_active {
	background:url(../images/side_navi_top_bg_active.gif) no-repeat;
	color:#e60011;
	font-weight:bold;
}
#side ul#s_navi li.bottom_active {
	background:url(../images/side_navi_bottom_bg_active.gif) no-repeat;
	color:#e60011;
	font-weight:bold;
}

/* navi box */
#side #navi_box {
	width:220px;
	margin:0 0 15px 0;
}
#side #navi_box p {
	margin:0 0 0 5px;
	font-size: 12px;
	color:#000;
}

/* campaign box */
#side #campaign_box {
	width:220px;
	margin:0 0 10px 0;
	background:url(../images/side_version_bg.gif) repeat-y;
}
#side #campaign_box .bottom {
	padding:0 0 40px 0;
	background:url(../images/side_campaign_bg_bottom.gif) bottom no-repeat;
}
#side #campaign_box p {
	margin:5px 10px;
}
#side #campaign_box .btn {
	text-align:center;
	margin:5px 10px;
}

/* version box */
#side #version_box {
	width:220px;
	margin:0 0 10px 0;
	background:url(../images/side_version_bg.gif) repeat-y;
}
#side #version_box .bottom {
	padding:0 0 60px 0;
	background:url(../images/side_version_bg_bottom.gif) bottom no-repeat;
}
#side #version_box p {
	margin:5px 10px;
}
#side #version_box .btn {
	text-align:center;
}

/* banner */
#side #banner {
	width:220px;
}
#side #banner p {
	margin:0 0 10px 0;
}


/*------------------------------------------------------------------------
  footer
------------------------------------------------------------------------ */
#footer {
	width:940px;
	margin:0 auto;
	padding:18px 0 20px 0;
	border-top:2px solid #ccc;
} 
#footer .copyright{
	width:940px;
	margin:0 auto 10px auto;
	text-align:center;
	color:#666;
} 


/* navi */
#footer ul#navi {
	padding:0 0 0 20px;
	width:550px;
	font-size:12px;
	margin:0 auto;
}
#footer ul#navi li{
	width:auto;
	padding:0 10px 0 10px;
	float:left;
	background:url(../images/footer_line.gif) right center no-repeat;
}
#footer ul#navi a{/*リンクされた文字*/
    color:green;
    font-style:normal;
    text-decoration:underline;
}
#footer ul#navi a:link {/*未訪問のリンク*/
    color:green;
    font-style:normal;
    text-decoration:underline;
}
#footer ul#navi a:visited {/*訪問後のリンク*/
    color:green;
    text-decoration:underline;
}

#footer ul#navi li.last{
	background:none;
	padding:0 0 0 10px;
}
