/*
 * Groovy Sky スタイルシート 
 *
 * 2010/10/15
 *
 */
 /*-----------------------------------------------------------------*/
/*		ルビ					*/
/*-----------------------------------------------------------------*/

ruby {
    display: inline-table;
    margin: 0;
    padding: 0;
    border: none;
    white-space: nowrap;
    text-indent: 0;
    vertical-align: text-bottom;
    }

rb {
    display: table-row;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 100%;
    text-align: center;
    }

rt, a:link rt, a:visited rt {
    display: table-header-group;
    margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    font-size: 50%;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    }

rp {
    display: none;
    }
	
/*-----------------------------------------------------------------*/
/*	メイン					*/
/*-----------------------------------------------------------------*/

@charset "utf-8";

*{
	color:#222222;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-color: #3F3F3F;
	background-image: url(img/back_color.gif);
	background-repeat: repeat-x repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

img {
	vertical-align: top;
}

#agn_left  {
	float: left;
}

#agn_right  {
	float: right;
}

a:link	{
text-decoration:none;
color:#4169e1 ;
}

a:link	{
text-decoration:none;
color:#4169e1 ;
}

a:visited	{
text-decoration:none;
color:#4169e1 ;
}

a:active{
text-decoration:none; 
color:#ffd700 ;
}

a:hover 	{
text-decoration:none; 
color:tomato ;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
	color:#9295FF;
	border-style:dotted;
}

.at_h4 {
	color:#b0cc7a
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF6347;
}

.jyuyou{
	color: #FFCC00;
}

.jyuyou2{
	color: #A0522D;
}

span.rubymodoki {
	display:block;
	font-size: 8px;
	margin-top: 2px;
	vertical-align: bottom;
}
a span.rubymodoki {text-decoration:none;color:#4169e1;}
a:link span.rubymodok {	text-decoration:none;	color:#4169e1;}
a:visited span.rubymodoki {text-decoration:none;	color:#4169e1;}
a:active span.rubymodoki {text-decoration:none; color:#ffd700;}
a:hover span.rubymodoki {	text-decoration:none; color:tomato;}

#midasi	{font-size: 15pt; font-weight:bold;}
#midasi2	{font-size: 13pt; font-weight:bold; color: #FFFFFF;}
#syosai	{font-size: 8pt; color: #DFECFF;}
#syosai2	{font-size : 9pt;}

/*-----------------------------------------------------------------*/
/*	ベース					*/
/*-----------------------------------------------------------------*/
#base {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 0px solid #333333;
}


/*-----------------------------------------------------------------*/
/*	ヘッダー					*/
/*-----------------------------------------------------------------*/

#header{
    background-color: #FFFFFF;
    width:950px;    
    position:relative;
    padding:0px 0px;
}

/*-----------------------------------------------------------------*/
/*	トップ・メニュー				*/
/*-----------------------------------------------------------------*/

#top_menu {
    width:950px;    
    height: 20px;
    position: absolute;
    bottom: 0px;
	left:0px;
    background-color: #FFFFFF;
}

#top_menu  ul{
    list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
	
  }

#top_menu  li{
    display: inline;

}

#top_menu  li a{
    color:#663300;
	font-size: 12px;
	line-height: 20px;	
	text-decoration:none;
	padding-left:5px;
    padding-right:5px;
    border-width:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5F9EA0;
    text-align:center;
}

#top_menu li a:hover{
    color:#331100;
    background-color:#cccccc;
}

#top_menu li a:visited	{
    color:#663300;
}

#top_menu li a:active{
    color:#663300;
}

/*-----------------------------------------------------------------*/
/*	コンテンツ					*/
/*-----------------------------------------------------------------*/

#basewrap, #contents{
	background-color: #FFFFFF;
	width:950px;
	float: right;
	text-align: left;
}

#basewrap{
	padding-bottom: 20px;
}

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

#contents p{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 20px;
	margin-left: 12px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#contents p.zeroleft{
	margin-left: 0px;
	padding-left: 0px;
}


#contents p.notbl{
	margin-left: 40px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

#contents p.ph4{
	margin-left: 65px;
}

#contents h1 {
	font-size: 18px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #65B1EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9295FF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #65B1EC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9295FF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h3 {

}

#contents h4 {
	font-size: 14px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-left: 22px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #89cc26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0cc7a;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contents h4.noright {
	margin-right: 0px;
	margin-left: 22px;
}

#contents h4.wide{
	margin-right: 25px;
	margin-left: 22px;
}

#contents h4.nowide{
	margin-right: 0px;
	margin-left: 0px;
}

#contents h4.aka {
	color: #3F3F3F;
	border-left-color: #DC143C;
	border-bottom-color: #BC8F8F;
}

#contents h4.harf {
	width:250px;
	margin-left: 0px;
}

#contents h5 {
	font-size: 13px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 25px;
	margin-left: 22px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2E8B57;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #F2F1ED;
}

#contents h5.nowide {
	margin-right: 0px;
	margin-left: 0px;
}

#contents h5.wide {
	margin-right: 25px;
	margin-left: 0px;
}
#contents h5.no {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#contents h6 {
	margin-top: 8px;
	margin-right: auto;
	font-size: 13px;
	font-weight: bolder;
	padding-left: 15px;
	margin-bottom:5px;
	background-image: url('img/li_cube02.gif');
	background-position: 0px center;
	background-repeat: no-repeat;
}

#contents h6.notop {
	margin-top: 0px;
	margin-bottom:2px;
}

#contents h6.ao {
	margin-left: 23px;
	margin-top: 8px;
	margin-right: auto;
	font-size: 13px;
	font-weight: bolder;
	padding-left: 15px;
	margin-bottom:5px;
	background-image: url('img/li_cube01.gif');
	background-position: 0px center;
	background-repeat: no-repeat;
}

#contents  ul{
	width:100%;
	list-style-type:none;
	margin-top:0px;
	margin-bottom:10px;
	font-size:9px;
	padding-left:0;
	margin-left:0;
}


#contents li {
	width:100%;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	margin-top: auto;
	margin-right: auto;
	margin-left: 41px;
	padding-right: 15px;
	padding-left: 18px;
	background-image:url(img/li2.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: 5px 8px;
	text-decoration: none;
}

#contents li.dai {
	background-image:none;
	padding-left: 0px;
	font-weight:bold;
}

#contents li.aka {
	background-image:url(img/li3.gif);
}

#contents li.ao {
	background-image:url(img/li4.gif);
}

#contents li.cube {
	font-size: 12px;
	background-image:url(img/li_cube01.gif);
	background-position: 5px 7px;
}

#contents li.tri {
	font-size: 12px;
	background-image:url(img/li_tri03.gif);
	background-position: 6px 8px;
}

#contents li.tri2 {
	font-size: 12px;
	background-image:url(img/li_tri03_2.gif);
	background-position: 4px 9px;
}

#contents li.zeropoint {
	margin-left: 19px;
}

#contents li.tbl2point {
	margin-left: 10px;
}


#contents #side li {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image:none;
}

#contents #side .side_d li a {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top:0px;
	margin-bottom:0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#contents #side .side_r li.sub_t {

	margin-left: 5px;	
}
#contents #side .side_r li.sub_t_s {
	padding-left: 12px;
}

#contents td.dai {
	background-color: #DCDCFF;
}

#contents td.note{
	font-size: 13px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/under_line.gif);
	margin-right: 0px;
	margin-left: 0px;
	line-height: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contents br.note{
	line-height: 20px;
}
#contents br.note_herf{
	line-height: 6px;
}

#contents div{
	line-height: 20px;
}

#contents div.tbl_zeroleft {
	margin-left: 0px;
	padding-bottom: 6px;
	margin-right: 20px;
	padding-right: 10px;
}

#contents div.tbl {
	margin-left: 40px;
	padding-bottom: 15px;
}

#contents div.tbl_rend {
	margin-left: 40px;
	padding-bottom: 0px;
	margin-right: 20px;
	padding-right: 10px;
}

#contents div.tbl_hearfleft {
	margin-left: 15px;
	padding-bottom: 15px;
}

#contents div.tbl0 {
	margin-left: 15px;
	padding-bottom: 6px;
}

#contents div.tbl0_2 {
	margin-left: 15px;
	padding-bottom: 6px;
	margin-right: 20px;
	padding-right: 10px;
}

#contents div.tbl2 {
	width:490px;
	margin-left: 43px;
	padding-bottom: 15px;
}

#contents div.tbl2_long {
	margin-left: 60px;
	margin-right: 50px;
	padding-bottom: 15px;
}

#contents div.tbl3 {
	margin-left: 80px;
	padding-bottom: 15px;
}

#contents div.tbl_p_point {
	margin-left: 22px;
	padding-bottom: 15px;
}

#contents img.thumbnail {
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: middle;

}

/*-----------------------------------------------------------------*/
/*	フォト用					*/
/*-----------------------------------------------------------------*/

#photoprowarp {
	display:block;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;	
}

#photopro {
	display:block;
	float:left;
	margin-bottom: 15px;
}

#photopro div.photo_a {
	width: auto;
	text-align:center;
	background-color:#ffffff;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	background-image:url(img/gabyou.gif);
	background-repeat: no-repeat;
	background-position: center top;
	white-space: nowrap;
	clear: both;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}

#photopro div.photo_a img.photo_pic{
	border:1px solid #000000;
	display:block;
	clear: both;
	margin-bottom: 7px;
}


/*-----------------------------------------------------------------*/
/*	QA用					*/
/*-----------------------------------------------------------------*/

#contents li.ancer {
	width:100%;
	list-style-type: none;
	color:#DC143C;
	font-size: 13px;
	line-height: 13px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: 42px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 30px;
	background-image:url(img/li_hoshi_aka_a.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: left bottom;
	text-decoration: none;
}

#contents li.ancer_noNo {
	width:100%;
	list-style-type: none;
	color:#DC143C;
	font-size: 13px;
	line-height: 13px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: 29px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 30px;
	background-image:url(img/li_hoshi_aka_a.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
	background-position: left bottom;
	text-decoration: none;
}

table.lst_qa {
	width:530px; 
	border-collapse:collapse;
	border:0px
}
table.lst_qa tr td {
	padding:0px;
}

table.lst_qa  tr td.pdd{
	padding: 5px, 5px, 5px;
}

table.lst {
	background-color:#ffffff;
    	border-top:1px solid #808080;
    	border-left:1px solid #808080;
    	border-bottom:1px solid #808080;
    	border-right:1px solid #808080;
	background-repeat: no-repeat;
}

table.lst tr td{
	padding: 4px;
    	border-top:1px solid #808080;
    	border-left:1px solid #808080;
    	border-bottom:1px solid #8080803;
    	border-right:1px solid #808080;
}

table.lst_noline {
	border-collapse:separate;
	background-repeat: no-repeat;
}

table.lst_noline tr td{
	padding: 3px;
}


td.kaisetu2{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #4D4D4D;
	background-color:#FFFFFF;
    	border-top:3px solid #0080FF;
    	border-left:3px solid #0080FF;
    	border-bottom:3px solid #0080FF;
    	border-right:3px solid #0080FF;
	background-repeat: no-repeat;
	background-position: center top;
}

td.kaisetu {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color:#4D4D4D;
    	border-top:5px solid #4D4D4D;
    	border-left:5px solid #4D4D4D;
    	border-bottom:5px solid #4D4D4D;
    	border-right:5px solid #4D4D4D;
	background-repeat: no-repeat;
}

/*-------------------------------------------*/
/*		サイド・メニュー				
/*-------------------------------------------*/

#side {
	float: left;
	width:160px;
	background-color: #EEEDE9;
	padding-bottom: 4px;
	margin-left: 18px;
}

#side li {
	list-style-type: none;
	margin-right: 3px;
	margin-left: 0px;
	height: 23px;
}
#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side hr {
	margin-right: 3px;
	margin-left: 3px;
	clear: both;
	height: 1px;
	color:#B0B3FF;
	border-style:dotted;
}

/*		サイド・左メニュー用		*/

#side .side_d {
	padding-top: 3px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	border: 1px solid #FFFFFF;
	background-color: 	#9295FF;
}

#side .side_d h3{
	display: block;
	line-height: 25px;
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 3px;
	margin-top: 0px;
	font-size: 13px;
	text-align: center;
	background-color: #666666;
	background-image: url(./img/m_back3.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 25px;
}

#side .side_d ul {
	display: block;
	margin-bottom: 3px;
	text-align: left;
	position:static;
}

#side .side_d li a {
	display: block;
	font-size: 12px;
	color:#4169e1;
	line-height: 15px;
	margin-left: 3px;
	margin-bottom: 1px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 5px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side .side_d li a:hover {
	background-color: #4169e1;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 3px;
	background-image: url(img/li_hover.gif);
}

#side .side_d li.sub_t {
	margin-top: 2px;
	padding-left: 3px;
	color: #EBEBEB;
	font-weight:bold;
	height: 18px;
}



/*-----------------------------------------------------------------*/
/*	更新履歴					*/
/*-----------------------------------------------------------------*/

#contents p.infobox {
    display: block;
	font-size:11px;
	width:500px;
	height: 155px;
	overflow: auto;
	border: 3px;
	border-style:dotted;
	border-color:ddddff;
	color:666666;
	scrollbar-base-color:#bbbbff;
	scrollbar-arrow-color:#7777ff;
	scrollbar-highlight-color:#ddddff;
	scrollbar-shadow-color:#7777ff;
	scrollbar-3dlight-color:#ddddff;
	scrollbar-darkshadow-color:#7777ff;
}



/*-----------------------------------------------------------------*/
/*	フッタ					*/
/*-----------------------------------------------------------------*/

#footer{
    display: block;
	clear: both;
	margin-top: 20px;
    background-color: #FFFFFF;
    width:950px;    
    position:relative;
    text-align:center;
    padding-top: 20px;	
}

#footerend{
	clear: both;
    background-color: #FFFFFF;
    width:950px;    
    position:relative;
}

/*-----------------------------------------------------------------*/
/*	フッタ・メニュー				*/
/*-----------------------------------------------------------------*/

#fot_menu{
	clear: both;
    background-color: #6ABC17;
    width:950px;    
    height: 20px;
    position: absolute;
    bottom: 0px;
    left:0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#fot_menu  ul{
    list-style-type:none;
    display: block;
    margin: 0px;
    padding: 0px;

  }

#fot_menu  li{
    display: inline;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #BDB76B;
}

#fot_menu  li a{
    color:#663300;
    font-size: 12px;
    line-height: 20px;	
    text-decoration:none;
    padding-left:15px;
    padding-right:15px;
    border-width:0px;
    text-align:center;
	width:80px;
}

#fot_menu  li a:hover{

    color:#331100;
    background-color:#65B1EC;
}

#fot_menu  li a:visited	{
    color:#663300;
}

#fot_menu  li a:active{
    color:#663300;
}

/*-----------------------------------------------------------------*/
/*	コピーライト				*/
/*-----------------------------------------------------------------*/

#copyright {
	font-style: normal;
	color:#666666
	text-align: center;
	display: block;
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
}


#annai{
	vertical-align:buttom;
	bottom:0px;
}

/*-----------------------------------------------------------------*/
/*	その他					*/
/*-----------------------------------------------------------------*/

div.toppage{
	text-align:right;
	margin-right: 25px;
}

/*-----------------------------------------------------------------*/
/*サブフォーム					*/
/*-----------------------------------------------------------------*/

#subform {
	text-align: left;
	width:525px;
}

#subform input.inline,
select.inline {
	vertical-align: middle;
}

#subform h4 {
	width:501ox;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 10px;	
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #89cc26;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0cc7a;
	padding-top: 2px;
	padding-bottom: 2px;
}

#subform h5 {
	width:501px;
	text-align:center;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #89cc26;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #89cc26;	

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b0cc7a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0cc7a;	
	
	padding-top: 2px;
	padding-bottom: 2px;
}

#subform h5.aka {
	border-left-color: #DC143C;
	border-right-color: #DC143C;
	border-top-color: #BC8F8F;
	border-bottom-color: #BC8F8F;
}

#subform h6 {
	margin-top: auto;
	margin-right: auto;
	font-size: 13px;
	font-weight: bolder;
	padding-left: 15px;
	margin-bottom:8px;
	background-position: 0px center;
	background-repeat: no-repeat;
}

#subform h6.ao {
	background-image: url('./img/li_cube01.gif');
}

#subform h6.midori {
	background-image: url('./img/li_cube02.gif');
}

#subform td.boxpad {
	white-space: nowrap; 
	padding: 8px;
	vertical-align: top;
	background-color: #F0F8FF;
	text-align: left;
	width:160px;	
}

#subform td.boxtxt {
	padding: 8px;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
}

#subform  div.h4next {
	margin-left: 15px;
}
#subform div.h6next {
	margin-left: 16px;
	line-height: 150%;
}

#subform h3 {
	width:525px;
	text-align:center;
	margin-right: 0px;
	margin-left: 0px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9295FF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

#subform div.setcenter {
	width:525px;
	text-align: center;
}

#subform p{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	line-height: 20px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
