@charset "UTF-8";

/* ================================================================ *
	Nomart, Inc.
	nomart_common.css / ver.1.0 (2011.3)
	
	Copywright Takashi Matsuyama & Nomart, Inc. All Rights Reserved.
 * ================================================================ */

/* ---------------------------------------------------------------- *
	トップページ
 * ---------------------------------------------------------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.align{
	float:left;
}
.align_r{
	float:right;
}
* {
	font-family: Helvetica,Arial, sans-serif, "メイリオ","ＭＳ Pゴシック","ヒラギノ角ゴPro W3", sans-serif;
	margin: 0;
	padding: 0;
	font-style : normal;
	border: none 0px #ffffff;
}
/* ブラウザ設定クリア */


h2{
color:#1a1a1a;
}

h3{
font-weight:normal;
}

/* 初期設定スタート */
body {
	color: #000000; 
	height: auto;
	margin: 0px;
	padding: 0px;
	*font-size: small;
	*font: x-small;
	font-family:  "ヒラギノ角ゴPro W3","メイリオ","ＭＳ Pゴシック","ヒラギノ角ゴPro W3", sans-serif;
}
@media screen and (max-device-width: 480px) {
body {
	color: #000000; 
	height: auto;
	margin: 0px;
	padding: 0px;
	*font-size: small;
	*font: x-small;
	font-family:  "ヒラギノ角ゴPro W3","メイリオ","ＭＳ Pゴシック","ヒラギノ角ゴPro W3", sans-serif;
	-webkit-text-size-adjust:none;
	}
}


#container  {
	width: 900px;
	height: 100%;
	padding:0 40px;
	margin:0 auto;
	text-align: center;
}

#header {
    background-color: #ffffff;
    height: 20px;
    margin: 0 auto;
    padding: 0 0 15px;
    width: 900px;
}
#logo {
	text-align:left;
	margin: 0 0 10px;
}

#logo a:hover{ opacity:1; }

.menu_bt{
	text-align:right;
	float:right;
	font-size:75%;
	vertical-align: baseline;
}

#content {
	height: 100%;
}


.h2_bot{
	font-size:12px;
}

#sub_menu {
	height:auto;
	width: 100%;
	text-align:center;		
	margin: 10px auto 0 auto;
	font-size:13px;	
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color:#999;
}


a:hover img {
	opacity:1;
}

ul {
	list-style-type : none ;
}

#footer {
    clear: both;
    height: 100%;
    margin: 40px auto;
    text-align: left;
    width: 100%;
}

#footer .copyright {
    display: inline;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
#footer .footer_logo {
    float: right;
}
#footer .footer_logo img{
    margin-left:15px;
}


#page_title {
	text-align:left;
	margin: 32px 0 5px 0;
	font-size:13px;
	padding:0 9px;
	color:#000;
}

#page_title p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	display: inline;
}

.small {
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 150%;		
}

.regular {
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 150%;		
}

.glayLine1 {
	border-bottom: solid 1px #000000;
	padding-top: 20px;
	margin: 10px 0;
	clear:both;
	}	

.glayLine3 {
	border-bottom: solid 3px #e6e6e6;
	clear:both;
	}

.ita{
	font-style:italic;
	padding: 0 0 8px;
}

#top_new{
	font-size:70%;
	line-height:1.5em;
	background: url("../images/borderbot_02.gif") repeat-x scroll center top transparent;
	padding:0px 0 8px 0;
}

#top_h2{
	font-size:16px;
}
#topimage img{
width:100%;
}

#fin {
	font-size:9px;
	color: #ff0000;
}