@charset "utf-8";
/********************* CSS RESET *********************/
/*--ｈｔｍｌ５兼用リセット--*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	list-style:none;
}

/********************* CSS RESET *********************/
html{
	height:100%;
}
body{
	margin:0 auto;
	width:100%;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Arial,"ＭＳ Ｐゴシック","MS PGothic",Candara,Verdana,sans-serif;
	background-color:#ffffff;
	text-align:center;
}

/********************* ａタグ設定 **************************************/	
a, a:link{
	text-decoration: none;
	color:#1e1e1e;
}
a:visited{
	text-decoration: none;
	color:#1e1e1e;
}
a:hover{
	text-decoration:none;
	color:#ccc;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:alpha( opacity=70 );
}
a:active{
	text-decoration: none;
}
.clearfix:after {
  content: ""; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1%;
}
* html .clearfix {
	height: 1%;
	height: auto;
	overflow: hidden;
}
.both{clear:both;}
/*********************　共通　ここから　*********************/
#container{
	width:950px;
	margin:0 auto;
	height: auto !important;
	height: 100%;
	min-height:100%;
	position:relative;
}

/*
#tmme_logo{
	width:100%;
	height:65px;
	padding-top:5px;
	background-color:#1a305e;
}
*/

/**/
#tmme_logo{
	width:100%;
	height:65px;
	padding-top:5px;
	background-color:#126234;
}
#tmme_logo a{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:alpha( opacity=100 );
}

#tmme_logo2{
	width:100%;
	height:65px;
	padding-top:5px;
	background-color:#126234;
}

#tmme_logo2 a{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:alpha( opacity=100 );
}
#glvlnav ul{
	list-style-type:none;
	height:47px;
}
#glvlnav li{
	display:inline-block;
	float:left;
}
#glvlnav ul .mrgn_rght{
	margin-right:1px;
}
#glvlnav img{
	padding:0;
	vertical-align:bottom;
}
#maincontents{
	height:100%;
	padding-bottom:30px;
}
#maincontents .bckbtn{
	width:790px;
	margin:30px auto 20px;
	text-align:right;
}
#container .hrclear{
	clear:both;
}
#footer{
	width:100%;
	height:30px;
	padding-right:20px;
	position:absolute;
	bottom:0;
	line-height:30px;
	text-align:right;
	background-color:#696969;
	font-size:12px;
	color:#f5f5f5;
}
div#spnsrtxt_idx{
	width:920px;
	font-size:12px;
}
div#spnsrtxt_idx ul{
	width:770px;
	height:22px;
	text-align:center;
	margin:10px auto 10px;
}
div#spnsrtxt{
	width:790px;
	font-size:12px;
}
div#spnsrtxt ul{
	width:765px;
	text-align:center;
	margin:0 auto 10px;
}

.txtalgn_rght{
	text-align: right;
}
.text_bold{
	font-weight: bold;
}
.textcolor_red{
	color: #ff0000;
	font-weight: bold;
}
.textcolor_blue{
	color: #0000ff;
	font-weight: bold;
}
.textcolor_green{
	color: #008000;
	font-weight: bold;
}
.textcolor_pink{
	color: #ff00ff;
	font-weight: bold;
}
.textcolor_blown{
	color: #996633;
	font-weight: bold;
}
.textcolor_orange{
	color: #ff6600;
	font-weight: bold;
}
.textcolor_ppl{
	color: #9400d3;
	font-weight: bold;
}
.bgcolor_white{
	background-color:#ffffff;
}
.mrgn_top_5{
	margin-top: 5px;
}
.mrgn_top_10{
	margin-top: 10px;
}
.mrgn_top_14{
	margin-top: 14px;
}
.mrgn_top_15{
	margin-top: 15px;
}
.mrgn_top_20{
	margin-top: 20px;
}
.mrgn_rght_5{
	margin-right: 5px;
}
.mrgn_rght_10{
	margin-right: 10px;
}
.mrgn_rght_14{
	margin-right: 14px;
}
.mrgn_rght_15{
	margin-right: 15px;
}
.mrgn_rght_20{
	margin-right: 20px;
}
.mrgn_lft_5{
	margin-left: 5px;
}
.mrgn_lft_10{
	margin-left: 10px;
}
.mrgn_lft_15{
	margin-left: 15px;
}
.mrgn_lft_20{
	margin-left: 20px;
}
.mrgn_lft_21{
	margin-left: 21px;
}
.mrgn_bottom_5{
	margin-bottom: 5px;
}
.mrgn_bottom_10{
	margin-bottom: 10px;
}
.mrgn_bottom_14{
	margin-bottom: 14px;
}
.mrgn_bottom_15{
	margin-bottom: 15px;
}
.mrgn_bottom_20{
	margin-bottom: 20px;
}
.mrgn_bottom_30{
	margin-bottom: 30px;
}
.border_1px{
	border-bottom: 1px #a9a9a9 solid;
}
.border_2px{
	border-bottom: 2px #a9a9a9 solid;
}


.ring a{
	color:#4035CC;
}


/*********************　共通　ここまで　*********************/
