@charset"Shift-JIS";

html,body {
    height:100%;
}

body,p,ul,form {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	text-align:center;
}

ul,li {
	list-style:none;
}

a:link {
	color: #0066ff;text-decoration: none;
}
a:visited {
	color: #0066ff;text-decoration: none;
}
a:hover {
	color: #f78815;text-decoration: underline;
}

a img {
	border:none;
}

h1 {
	width:730px;
	background:url(../../img/group/h_bk.gif) repeat;
	font-size: 10px;
	font-weight:normal;
	line-height:15px;
	letter-spacing:1px;
	margin: 0;
	color: #999999;
	padding:1px 10px;
}

h1 a:link {
	color: #666666;text-decoration: none;
}
h1 a:visited {
	color: #666666;text-decoration: none;
}
h1 a:hover {
	color: #333333;text-decoration: underline;
}

h6 {
	margin:0 0 5px 0;
	padding:0;
	
}

h6.nofoot {
	margin:0;
	padding:0;
}

#wrap {
	background-color:#ffffff;
	width:750px;
	min-height:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

*html #wrap {
	height:100%;
}

.clear {
	clear:both;
}

.displaynone {
	display:none;
}

.border {
	border:1px #cccccc solid;
}

.border_g {
	border:1px #aec246 solid;
}

.border_nohead ,.border_nohead_b {
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
	border-left:1px #cccccc solid;
}

.border_nohead_b {
	padding:5px
}

.photo {
	border:1px #cccccc solid;
	padding:2px;
	background-color:#ffffff;
}

.line_x {
	clear:both;
	background: url(../img/line_x_gr.gif) repeat-x left center;
}

.line_x_green {
	clear:both;
	background: url(../img/line_x_green.gif) repeat-x left center;
}

.line_x_or {
	clear:both;
	background: url(../img/line_x_or.gif) repeat-x left center;
}

.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.left_img ,.left_text ,.left_box ,.left5 ,.left10 {
	float: left;
	display:inline;
}

.right_img ,.right_text ,.right_box ,.right10{
	float: right;
	display:inline;
}

.left5 {
	margin-right:5px;
}

.left10 {
	margin-right:10px;
}

.right10 {
	margin-left:10px;
}

.indent5 {
	margin-left:5px;
	margin-right:5px;
}

.indent10 {
	margin-left:10px;
	margin-right:10px;
}

.indent20 {
	margin-left:20px;
	margin-right:20px;
}

.btm5{
	margin-bottom:5px;
}
	
.btm10{
	margin-bottom:10px;
}

.btm15{
	margin-bottom:15px;
}

.btm20{
	margin-bottom:20px;
}

.top10{
	margin-top:10px;
}

.top20{
	margin-top:20px;
}

.topbtm5{
	margin:5px 0;
}
	
.topbtm10{
	margin:10px 0;
}
	
.all10{
	margin:10px;
}

/* ヘッダー */

#head {
	width:750px;
	margin:0;
	padding:0;
}

/* メイン */

#main p{
	font-size:12px;
	letter-spacing:0.1ex;
	line-height:130%;
}

#main .box{
	margin-bottom:8px;
}

#main .contents {
	margin:0 3px 0 3px;
}

#main .s_txt p ,#main p.s_txt{
	font-size:10px;
	line-height:10px;
	letter-spacing:1px;
}

#main .red{
	color:#ff3300;
}

/* ▽g_navi */

#g_navi{
	width:750px;
	margin:0px;
	padding:0;
	border-bottom:3px solid #aec246;
}

#g_navi li ,#s_navi li ,#a_navi li{
	display:inline
}

#g_navi a{
	width:124px;
    height:25px;
	background-position:0 0;
}

#g_navi a:hover{
    background-position:0 -25px;
}

#g_navi01 ,#g_navi02 ,#g_navi03 ,#g_navi04 ,#g_navi05 ,#g_navi06{
    float:left;
	margin:0px;
	padding:0
}

#g_navi01{
	background-image:url(../img/hnavi/hnavi_01.gif);
	margin-right:1px;
}

#g_navi02{
	background-image:url(../img/hnavi/hnavi_02.gif);
	margin-right:1px;
}

#g_navi03{
	background-image:url(../img/hnavi/hnavi_03.gif);
	margin-right:1px;
}

#g_navi04{
	background-image:url(../img/hnavi/hnavi_04.gif);
	margin-right:1px;
}

#g_navi05{
	background-image:url(../img/hnavi/hnavi_05.gif);
	margin-right:2px;
}


#g_navi06{
	background-image:url(../img/hnavi/hnavi_06.gif);
}
/* △g_navi */

/* フッター */

#foot {
	width:750px;
	margin-top:10px;
	text-align: center;
}

#foot p{
	font-size:12px;
	line-height:15px;
	letter-spacing:1px;
}

/* グループ */

.foot_text {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 10px;
	color: #999999;
}
.foot_title {
	padding-right: 20px;
	padding-left: 20px;
	font-size:10px;
	line-height: 18px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
}

#group {
	text-align: left;
}

#group p {
	color: #999999;
	font-size:10px;
	line-height: 14px;
}

#group a:link {
	color: #0000ff;
	text-decoration: underline;
}
#group a:visited {
	color: #800080;
	text-decoration: underline;
}
#group a:hover {
	color: #0000ff;
	text-decoration: none;
}

#group .line {
	border-top: 1px solid #cccccc;
}

#g_service {
	margin-bottom:10px;
	padding:0 20px 10px 20px;
	font-size:10px;
	line-height:12px;
	letter-spacing:1px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-image: url(../../img/group/bg_service.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#g_service .left{
	float: left;
	margin-right:10px;
}

#g_service .right{
	float: right;
	margin-top:0px;
}

#g_service .clear{
	clear: both;
}

#g_service p{
	margin:0 0 2px 0;
}

#g_service a:link {
	color: #9e8d61;
	text-decoration: underline;
}
#g_service a:visited {
	color: #9e8d61;
	text-decoration: underline;
}
#g_service a:hover {
	color: #c5bba1;
	text-decoration: none;
}

#g_copy  {
	margin:10px;
	text-align: right;
}

/*---------- 6/5追加 ----------*/


/* 正式運用になったら、追加するスタイル */

#headtxt {
	width:100%;
	background:url(../../img/h_bk.gif) repeat ;
	font-size: 10px;
	font-weight:normal;
	line-height:15px;
	letter-spacing:1px;
	margin: 0;
	padding: 0 0 2px 0;
	color: #999999
}

#headtxt a:link {
	color: #666666;text-decoration: none;
}
#headtxt a:visited {
	color: #666666;text-decoration: none;
}
#headtxt a:hover {
	color: #333333;text-decoration: underline;
}

/* 正式運用になったらh1を下記に変更。h1のa:関連削除 */

h1 {
	display:inline;
	font-size: 10px;
	font-weight:normal;
	line-height:15px;
	letter-spacing:1px;
	margin: 0;
	padding:0;
}


/*---------- 6/5追加 ----------*/

/* clear */

.clearfix, #g_navi {
  zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after, #g_navi:after { /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
