@charset "Shift_JIS";
/* ==================================================================
	
	■ページ共通のパーツの指定
	　基本レイアウト
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */

/* --------------------------------
   □ body
-------------------------------- */ 
body{
	text-align:center;
	background:url(../common_img/bg.gif);
}
/* =================================
   ■ レイアウト
================================== */

/* --------------------------------
   □ 大枠 
-------------------------------- */
#wrapper{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	width: 810px;
}
/*右側ページタイトル*/
#right  h1,.sub_ttl {
	text-align: center;
}
/*Gナビゲーション*/
#gnav {
	margin-top: 12px;
}
* html #gnav {
	padding-top: 0px;
}
#gnav ul {
	margin-bottom: 2px;
}
li {
	display: inline;
	font-size: 1%;
	line-height: 1%;
}
#gnav li .mgn_r  {
	margin-right: 21px;
}

#gnav #add{
	width:377px;
	float:left;
}
/*コピーライト*/
#gnav #copyright{
	font-family:Verdana;
	color:#333;
	width:410px;
	float:right;
	padding-right:15px;
	font-size:70%;
	letter-spacing:1px;
	text-align:right;
	text-transform:capitalize;
}
* html #gnav #copyright{
margin-top:1px;
}
#copyright a,#copyright a:visited{
	color:#333333;
}


/* --------------------------------
   □ link
-------------------------------- */
a{
	color: #530012;
	text-decoration: underline;
}
a:hover{
	color: #530012;
	text-decoration: none;
}
/* --------------------------------
   □ float
-------------------------------- */
.float_l {float: left;}
.float_r {float: right;}
/* --------------------------------
   □ clear
-------------------------------- */
.clear_b {clear: both;}
.clear_l {clear: left;}
/* --------------------------------
   □ 簡易CSS
-------------------------------- */
.mgn_b50 {margin-bottom: 50px;}
.mgn_b40 {margin-bottom: 40px;}
.mgn_b30 {margin-bottom: 30px;}
.mgn_b20 {margin-bottom: 20px;}
.mgn_b15 {margin-bottom: 15px;}
.mgn_b10 {margin-bottom: 10px;}
.mgn_b7 {margin-bottom: 7px;}
.mgn_b5 {margin-bottom: 5px;}
.mgn_r45 {margin-right: 45px;}
.mgn_r10 {margin-right: 10px;}
.mgn_r5 {margin-right: 5px;}
.mgn_r0 {margin-right: 0px;}
.pdg_t20 {padding-top: 20px;}
.pdg_t10 {padding-top: 10px;}
.pdg_b10 {padding-bottom: 10px;}

.font80 {font-size: 80%;}
.font85 {font-size: 85%;}
* html .font85 {font-size: 95%;}
*:first-child+html .font85 {font-size: 95%;}
.font90   {font-size: 90%;}
.font110   {font-size: 120%;}



.red {color: #530012;}
