@charset "EUC-JP";
@import url("reset.css");
/*Jan 21, 2009*/

body {
	background-color:#eeeeee;
	line-height: 1.2;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, selif, "ヒラギノ角ゴ Pro w3", "小塚ゴシック Pro M" ;
	font-size:0.9em;
	width: 958px;
}

a{
	color: #09F;
	text-decoration: none;
	font-size:1em;
}

a:link {
	color: #40553f;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #4e4730;
}

a:hover {
	color: #ff9900;
	text-decoration:none;
}

/********************************************/
/*LAYOUT DIV                                */
/********************************************/

/*外枠*/
#cover {
	background-color:#ffffff;
	width: 936px;	
	padding:0px 10px 0px 10px;
	border: 1px solid #999966;
}


#header{
	width:938px;
	height:auto;
}

/*グローバルナビのCSS*/
#grovalnavi {
	background-image: url(../web_common/GnaviBack.gif);
	background-repeat: repeat-x;
	height:25px;
	padding-bottom:10px;
	font-size:12px;	
	font-weight:bold;
}

#grovalnavi ul{
	list-style:none;
	text-align:center;
	padding:0px;
	margin:0px;
}

#grovalnavi li{
	width:116px;
	height:25px;
	padding:0px;
	margin:0px;
	float:left;
	line-height:25px;
	border-left: 1px solid #ffffff;
}


#grovalnavi li a{
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	text-decoration:none;
	color:#f6f5f0;
}

#grovalnavi li a:hover{
	color:#4e4730;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../web_common/GnaviBackH.gif);
	background-repeat: repeat-x;
}

.self{
	color:#4e4730;
	background-image: url(../web_common/GnaviBackH.gif);
	background-repeat: repeat-x;
}

#contents {
	float: right;
	width: 796px;
	text-align: left;
}

div.footer {
	clear: both;
	background-color: #eeeeee;
	width: 938px;
	text-align: center;
	padding: 20px 10px;
}

.clear {
	clear: both;
}

.topwidth{
	width: 130px;
}


/********************************************/
/*NAVIGATION BAR                            */
/********************************************/

#navi{
	float: left;
	width: 130px;
	border: 1px solid #999966;
}

#purchase {
	border-bottom: 1px solid #999966;
}

#loginframe {
	width: 130px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 1.2em;
	border-bottom: 1px solid #999966;
}

#loginframe p{
	margin-bottom: 5px;
	font-size: 0.7em;
	text-align:justify;
}

/*Adobe表示部*/
#adobe {
	width: 116px;
	background-color: #eeeeee;
	padding: 7px;
}

/*Adobe表示内テキスト*/
#adobe p {
	margin-bottom: 5px;
	font-size: 0.7em;
	text-align: justify;
}

/*Adobeバナー*/
#adobe img {
	padding: 0px 2px;
	display: block;
}

/*ナビゲーションバー内のボタン*/
#navi img {
	margin-bottom: 4px;
}

/*QRコード内のCSS*/
#qrcode {
	display: block;
	text-align: center;
	width: 130px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999966;
}

/*カレンダーのCSS*/
#calendar{
	padding:0;
	margin:0;
	background-color:#999966;
	}
	
	
/********************************************/
/*CONTENT                                   */
/********************************************/


/*フッター内テキスト*/
div.footer p {
	color: #4e4730;
	font-size: 0.9em;
	line-height: 170%;
	margin: 0px;
}


/********************************************/
/*ELEMENTS                                  */
/********************************************/

p {
	font-size: 0.9em;
	color: #666666;
	vertical-align: middle;
	line-height: 1.5;
}

/*各ページの見出し*/
h1 {
	font-size: 1.4em;
	font-weight: normal;
	height: 20px;
	margin-bottom:10px;
	padding: 5px;
	font-weight: bold;
	color: #4e4730;
	text-align: left;
	text-indent: 2.5px;
	vertical-align: text-bottom;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #174F9E;
	border-left-color: #174F9E;
	background-position: bottom;
}

h2 {
	font-size: 1.2em;
	color: #40553f;
	padding-bottom: 0.3em;
}

/*h2の統一装飾*/
.borderline-under{
	border-bottom:1px solid #40553f;
	padding-top:20px;
	padding-left:10px;
}

h3 {
	font-size: 1.1em;
}

h4 {
	color: #000000;
	font-size: 0.8em;
	padding: 0.3em 0.5em;
}


/*imgの下位置指定*/
img{
	vertical-align:bottom;
}

.new {
	color: #FF0000;
	font-weight: bold;
}

/*ページトップへ*/
p.pagetop {
	text-align:right;
	margin: 0.25em;
}

.title {
}
