/*------------------------------
	GreenSheet Site
------------------------------*/


@charset "utf-8";

/********** reset **********/

*{
	margin:0;
	padding:0;
	border-spacing:0;
	outline:0;
	list-style-type:none;
}

body{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
height:100%;
color:#333;
background:#edecec;
background-image:url(/common/bg_contents.gif);
background-repeat:repeat-y;
background-position:center;
font-size:12px;
font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height:1.8;
text-align:center;
}


h1,h2,h3,h4,h5,h6{font-size:100%;}

img {
	border:none;
}

a{
color:#36c;
text-decoration:underline;
}

a:hover{
color:#093;
text-decoration:underline;
}

p{
	margin-bottom:12px;
}

/********** フォーム装飾 **********/
input#text{
	border-top:2px inset #FFF;
	border-right:1px solid #CCC;
	border-left:2px inset #FFF;
	border-bottom:1px solid #CCC;
}

input#btn{
	margin-top:24px;
	padding:2px;
	border:1px outset #FFF;
}


select {
	border:2px inset #999;
}


/********** container **********/

div#container{
position:relative;
height:100%;
min-height:100%;
width:760px;
margin:0 auto;
text-align:left;
}

body > div#container{
height:auto;
}


/********* header **********/

div#header{
}

div#header h1{
margin:0px;
padding:0px;
}

/********* global_navi **********/

ul#gnavi{
margin:0px;
padding:0px;
overflow:hidden;
width:760px;
}

ul#gnavi li{
float:left;
height:54px;
overflow:hidden;
}

/********* sub_navi **********/

ul#sub_navi{
margin:0px auto;
padding:0px;
overflow:hidden;
width:758px;
background:#a3dca3;
}

ul#sub_navi li{
float:left;
overflow:hidden;
padding:3px 0 3px 0;
font-size:14px;
}

ul#sub_navi li a,ul#sub_navi li span{
margin:0 7px 0 4px;
padding:3px 5px 3px 15px;
}

ul#sub_navi li a{
color:#067006;
background:url(../common/menu/menu_icn_001.gif) no-repeat 5px center;
}
ul#sub_navi li span{
color:#fff;
background:url(../common/menu/menu_icn_001.gif) #090 no-repeat 5px center;
}

/********* contents **********/

div#content{
overflow:hidden;
padding:0 0 35px 0;
}

/********* main **********/

div#main{
float:left;
width:498px;
margin-bottom:24px;
}

/********* title **********/

div#main_text{
margin-top:24px;
}

div#pan{
margin: 0;
padding: 0;
line-height: 1;
font-size:10px;
margin-bottom:24px;
}

.midashi{
border-left:5px #090 solid;
font-size:14px;
font-weight:bold;
color:#323232;
margin-top:36px;
margin-bottom:4px;
padding-left:8px;
}

.catch {
	font-size:14px;
	font-weight:bold;
	color:#090;
	text-align:center;
	margin-bottom:12px;
}

.meigara_ttl{
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
}

/***************************
同意する
***************************/
#doui{
	margin-left:60px;
	margin-top:36px;
}

#nodoui{
	margin-left:24px;
	margin-top:48px;
}


/***************************
申込　戻る
***************************/
#moushikomi{
	margin-left:12px;
	margin-top:18px;
}

#modoru{
	margin-left:120px;
	margin-top:18px;
}


/***************************
ページトップへ
***************************/

img.r {float: right;margin-left: 10px;}
img.l {float: left;margin-right: 10px;}
span.r,div.r {text-align:right; margin-bottom:12px;}
div.r a {
	margin: 10px 0 0 0;
	padding: 0 14px 0 0;
	color: #666;
	background: url(/common/up_btn.gif) no-repeat 100% 50%;
	text-decoration: none;
}
div.r a:hover {
	color: #999;
	text-decoration: none;
}



/********* right **********/

div#right{
margin-top:24px;
float:right;
width:229px;
}

div#login,div#kouza,#dbrain,div#alert{
width:220px;
padding-bottom:15px;
}

div#seminar {
margin-right:9px;
margin-bottom:15px;
padding:0;
width:220px;
border:#090 solid 1px;
}

div#seminar h4{
font-weight:bold;
margin:4px;
line-height:125%;
}

.txt{
padding:0 4px 18px 4px;
line-height:125%;
}

div#sidebutton img{
float:right;
margin-right:18px;
margin-bottom:15px;
text-align:center;
}

/********* footer **********/

div#footer{
border-top:#999 solid 1px;
padding:12px 0;
width:760px;
}

div#fnavi{
width:760px;
}

div#fnavi ul{
font-size:12px;
text-align:center;
}

div#fnavi li{
display:inline;
padding:0 5px;
border-right:solid 1px #36C;
}

div#fnavi li.last{
border-right:none;
}

div#footer address{
padding:10px 0;
text-align:center;
}

/********* font **********/
.red{
	color:#C00;
}

.orange{
	color:#F90;
}

.alert{
	color:#C00;
	font-weight:bold;
}

.thanks {
	color:#F90;
	font-weight:bold;
	text-align:center;
}

/***************************
送付先住所
***************************/
#foot-caption table {
	text-align:left;
	border:3px solid #CCC;
	margin:24px 0;
}

#foot-caption td {
	padding:4px;
}
