@charset "UTF-8";
 
 
 
/*//////////////////////////////////////////////////
 
 
 
Title : member.css
 
For   : Setting base styles of the site
 
 
 
Created	   : 2008-MM-DD
 
Last Modified : 2008-02-06
Last Modified : 2008-MM-DD
 
 
 
 
 
----------------------------------------
 
 
 
Content
 

	1. Member Sub Nav

	2. Topiclist

	3. Campaign Form

	4. Column
 
	5. House hold

	6. Campaign Consult

	7. Cheer
	
	8. Kids
	

//////////////////////////////////////////////////*/

/* ---------------------------------------
 
	0. Member TOP
 
   ---------------------------------------- */

/*  0-1. User Data
 
   ------------------------------- */
 
div.userData{
	width:484px;
	margin-bottom:50px;
	background:url(/member/images/bg_member_userdatamain.gif) repeat-y;
}

div.userData p.userDataBottom{
	width:484px;
	height:12px;
	background:url(/member/images/bg_member_userdatabottom.gif) no-repeat #fff;
	vertical-align:bottom;
}

div.userData ul.userDataTxt{
	margin:10px 10px 5px 10px;
}


div.userData ul.userDataTxt li{
	clear:left;
	margin-bottom:10px;
	font-size:200%;
	color:#ef9120;
	line-height:1.2em;
}

div.userData ul.userDataTxt img{
	vertical-align:bottom;
}

div.userData ul.userDataTxt img.asta{
	margin-left:10px;
}

div.userData ul.userDataTxt img.buy{
	margin-left:20px;
}


/*  0-2. Secret Info
 
   ------------------------------- */

dl.updateInfo{
	padding:0 0 20px 10px;
	margin-bottom:20px;
	background:url(/member/images/img_member_infoline.gif) no-repeat;
	background-position:bottom;
}

dl.updateInfo dt{
	float:left;
	width:100px;
}

dl.updateInfo dd{
	float:left;
	width:350px;
	line-height:120%;
}

dl.updateInfo dd a{
	padding-left:15px;
	background-image:url(/images/img_top_arrow.gif);
	background-position:0px 3px;
	background-repeat:no-repeat;
}

/* ---------------------------------------
 
	1. Member Sub Nav
 
   ---------------------------------------- */

dl#sub_nav dd.memLocallist {
	padding:18px 5px 1px!important;
}

/* ---------------------------------------
 
	2. Topiclist
 
   ---------------------------------------- */
 
ul.topicList{
	margin:0 0 0 15px;
}

ul.topicList li{
	margin:0 15px 30px 5px;
	padding:0 0 5px 30px;
	background-image:url(/shared/images/img_list_entrytitle.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	color:#636363;
	font-size:140%;
	font-weight:bolder;
	line-height:120%;
}

p.themeImg{
	margin-bottom:20px;
}



/* ---------------------------------------
 
	3. Campaign Form
 
   ---------------------------------------- */

p.applyBtn{
	margin:10px auto;
	text-align:center;
}

h4.attentionTitle{
	text-align:center;
	padding-top:20px;
}

dl.consultCheck{
	padding:15px 30px 20px;
}

dl.consultCheck dt{
	font-weight:bolder;
	font-size:120%;
	color:#cc0000;
	text-align:center;
}

dl.consultCheck dd{
	margin-bottom:10px;
}

/* ---------------------------------------
 
	4. Column
 
   ---------------------------------------- */


 
/*  4-1. Column Form
 
   ------------------------------- */

table.columnForm{
	margin-left:13px;
	color:#ef9120;
}

table.columnForm input.columntitle{
	width:150px;
	border:1px solid #238200;
}


table.columnForm textarea.columntxt{
	width:280px;
	height:80px;
	border:1px solid #238200;
}

table.columnForm input.columnfile{
	border:1px solid #238200;
}

/* ---------------------------------------
 
	5. House Hold
 
   ---------------------------------------- */

/*  5-1. House Hold Form
 
   ------------------------------- */

table.houseHold{
	width:484px;
	margin-bottom:30px;
}

table.houseHold caption span.year{
	color:#CC0000;
	font-size:180%;
	font-weight:bolder;
}

table.houseHold caption select.yearSelect{
	margin-left:330px;
}


table.houseHold tr{
	height:30px;
	border:2px solid #fff;
}

table.houseHold tr th{
	background-color:#ef9120;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:bolder;
	text-align:center;
}

table.houseHold tr td{
	background-color:#ffffcc;
	border:2px solid #fff;
	color:#636363;
	text-align:center;
}

table.houseHold tr th.colTitle{
	width:86px;
	vertical-align:middle;
}

table.houseHold tr th.rowTitle{
	width:40px;
	vertical-align:middle;
}

table.houseHold tr td input.houseValue{
	width:45px;
	height:18px;
	margin-right:2px;
}

/*  5-2. House Hold Explain
 
   ------------------------------- */

table.houseHoldExplain{
	margin:25px;
}

table.houseHoldExplain th{
	width:100px;
	color:#ef9120;
	vertical-align:top;
}

table.houseHoldExplain td{
	padding-bottom:8px;
}


/* ---------------------------------------
 
	6. Campaign Consult
 
   ---------------------------------------- */

p.consultForm{
	margin:10px 0;
	padding:5px;
	border:thin dotted #333;
}

dl.consultList{
	float:left;
	width:242px;
	margin-bottom:30px;
}

div.attentionArea p.consult_txt{
	margin:20px auto;
	font-weight:bolder;
	text-align:center;
	color:#EF9120;
}

div.attentionArea p.usersForm_btn{
	margin:20px auto;
	text-align:center;
	color:#cc0000;
}

dl.applyArea{
	margin:10px;
	padding:10px;
	background:#ddd;
}

dl.applyArea dt.applyAreaT{
	padding:5px;
	margin-bottom:15px;
	border:thin dotted #333;
	background:#fff;
	font-size:130%;
	font-weight:bolder;
	color:#EF9120;
}

dl.applyArea dd.applyAreaD dl dt{
}

dl.applyArea dd.applyAreaD dl dd{
	margin:10px;
}

dl.applyArea dd.applyAreaD dl.sample{
	margin:10px;
}

dl.applyArea dd.applyAreaD dl.sample dt{
	margin:5px 0 0;
	font-weight:bolder;
	color:#EF9120;
}

dl.applyArea dd.applyAreaD dl.sample dd{
	margin:0 10px 10px;
}


/* ---------------------------------------
 
	6. Download
 
   ---------------------------------------- */

/*  6-2. Download Img
 
   ------------------------------- */

img.downloadMain{
	float:left;
}


img.downloadExplain{
	margin:20px 0;
}

p.downloadSpeak{
	margin:20px auto;
	text-align:right;
}


/*  6-3. Download Attention
 
   ------------------------------- */
   
div.attentionArea p.electricAtt{
	margin:15px auto;
	color:#CC0000;
	font-weight:bolder;
	text-align:center;
}

div.attentionArea p.electricAttTxt{
	margin:20px 20px;
}

div.attentionArea ol.electricAttList{
	margin:20px 20px;
}

div.attentionArea ol.electricAttList li{
	margin:0 0 5px 20px;
	list-style:decimal;
}

div.attentionArea div.electricAttTxtarea{
	overflow:auto;
	height:150px;
	padding:0 20px;
}

div.attentionArea div.electricAttTxtarea dl dt{
	margin:15px 0 5px;
	color:#cc0000;
	font-weight:bolder;
}

div.attentionArea div.electricAttTxtarea dl dd{
	margin-bottom:20px;
}

/*  6-4. Download Table
 
   ------------------------------- */
   
table.useEnv{
	width:400px;
	margin:20px auto;
}

table.useEnv th{
	width:200px;
	background:#ef9120;
	color:#fff;
	font-weight:bolder;
	border:solid 2px #fff;
}

table.useEnv td{
	width:200px;
	background:#ffffcc;
	color:#636363;
	border:solid 2px #fff;
}

table.useEnv td dl dt{
	margin:10px;
	font-weight:bolder;
}

table.useEnv td dl dd{
	margin:10px;
	font-weight:bolder;
}

/*  6-4. Download ToolUse
 
   ------------------------------- */

dl.toolUse{
	width:436px;
	border:dotted 2px #238200;
}

dl.toolUse dt{
	margin:30px 5px 5px 5px;
	border-bottom:solid 2px #238200;
	color:#238200!important;
	font-weight:bolder;
}

dl.toolUse dd{
	margin:5px 10px 10px;
}

dl.toolUse dd img{
	margin:0 8px;
}


dl.toolUse dd dt{
	margin:30px 0 2px;
	border:none;
	font-size:90%;
}

dl.toolUse dd dd{
	margin:0 0 30px;
}


/* ---------------------------------------
 
	7. Cheer
 
   ---------------------------------------- */

/*  7-1. Cheer Shared
 
   ------------------------------- */

h3.cheerTopics{
	margin:30px 0 20px 0;
}

dl.cheerApp{
	margin:30px;
	padding:15px 15px 0;
	border:dotted 1px #238200;
}

dl.cheerApp dd ol li{
	margin:0!important;
}



/*  7-2. Cheer About
 
   ------------------------------- */

/* Whats Cheer */

div.whatsCheer{
}

div.whatsCheer img.cheerFace{
	float:left;
}

div.whatsCheer div.cheerSpeak{
	float:left;
	width:300px;
	background-color:#238200;
}

div.whatsCheer div.cheerSpeak p.speakTop{
	width:300px;
	height:11px;
	margin:0!important;
	background:url(/member/cheer/about/images/bg_cheer_abouttop.gif) no-repeat;
}

div.whatsCheer div.cheerSpeak p.speakBody{
	margin:10px 20px;
	color:#fff;
}

div.whatsCheer div.cheerSpeak p.speakBody a{
	color:#EF9120;
}

div.whatsCheer div.cheerSpeak p.speakBody a:hover, div.whatsCheer div.cheerSpeak p.speakBody a:active{
	color:#fff;
}



div.whatsCheer div.cheerSpeak p.speakBottom{
	vertical-align:bottom;
	width:300px;
	height:11px;
	margin:0!important;
	background:url(/member/cheer/about/images/bg_cheer_aboutbottom.gif) no-repeat #fff;
}

/* cheerWorkList */

dl.cheerWorkList{
	margin-top:30px;
}


dl.cheerWorkList dt{
	padding:5px 0;
}

dl.cheerWorkList dd{
	margin:5px 0 25px;
}

dl.cheerWorkList dd p.cheerWorkImg{
	float:left;
	width:180px;
	margin-right:20px;
	font-size:80%;
}

dl.cheerWorkList dd p.cheerWorkTxt{
	float:left;
	width:240px;
}

dl.cheerWorkList dd dl.cheerSubtopic{
	border:1px dotted #238200;
	margin:10px 20px;
	padding:15px 15px 0;
	background:#fff9e6;
}

dl.cheerWorkList dd dl.cheerSubtopic dt{
	margin-bottom:10px;
	font-weight:bolder;
	color:#EF9120;
}

dl.cheerWorkList dd dl.cheerSubtopic dd{
	margin-bottom:15px;
}

/* aboutBp */

div.aboutBp{
	margin-bottom:30px;
	background:url(/member/cheer/about/images/bg_cheer_aboutbp_main.gif) repeat-y;
}

div.aboutBp h3{
	margin-bottom:20px;
}

div.aboutBp .whatsBp{
	margin:0 0 0 20px;
}

div.aboutBp div.whatsBpTxt{
	float:left;
	width:244px;
	margin-right:20px;
}

div.aboutBp div.whatsBpTxt p{
	margin-bottom:10px;
}

div.aboutBp ul.whatsBpImg{
	float:left;
	width:180px;
}

div.aboutBp ul.whatsBpImg li{
	float:left;
	width:80px;
	margin-right:10px;
}

div.aboutBp p.bpCopy{
	margin:20px 27px;
}

div.aboutBp img.bpOutline{
	margin:20px 31px;
}

div.aboutBp p.bpBottom{
	background:url(/member/cheer/about/images/bg_cheer_aboutbp_bottom.gif) no-repeat #fff;
	width:484px;
	height:9px;
	vertical-align:bottom;
}




/*  7-3. Cheer OutlineList
 
   ------------------------------- */
   
dl.cheerOutlineList dt.cheerOutlineTxt{
	margin:5px 0 20px;
}

dl.cheerOutlineList dd.cheerOutlineTxt{
	margin:8px 15px 40px;
}

dl.cheerOutlineList dd.cheerOutlineTxt p{
	margin-bottom:20px;
}

dl.cheerOutlineList dd.cheerOutlineTxt li{
	margin-bottom:15px;
}

dl.cheerOutlineList img.cheerOutlineInfo{
	margin:20px 0 30px;
}


/*  7-4. Cheer Theme
 
   ------------------------------- */

dl.cheerThemeFlow{
	width:440px;
	margin:20px 0 30px;
}

dl.cheerThemeFlow dt{
	margin-bottom:20px;
}

dl.cheerThemeFlow dd{
	margin-bottom:20px;
}

dl.cheerThemeFlow dd ul li{
	float:left;
	margin-right:20px;
}

dl.cheerThemeFlow dd ul li.lastChild{
	margin:0;
}

/*  7-5. Blog Contest
 
   ------------------------------- */

table.contestInfo{
	margin-top:20px;
}

table.contestInfo tr th{
	padding:10px 0;
	width:100px;
	border:solid 1px #fff;
	text-align:center;
	color:#fff;
	font-weight:bolder;
}

table.contestInfo tr td{
	width:360px;
	border:solid 1px #fff;
	padding:10px 0;
}

table.contestInfo tr.contOdd th{
	background:#238200;
}

table.contestInfo tr.contOdd td{
	background:#fff;
}

table.contestInfo tr.contEven th{
	background:#6EAF37;
}

table.contestInfo tr.contEven td{
	background:#eee;
	font-size:90%;
}

table.contestInfo tr td p,
table.contestInfo tr td dl,
table.contestInfo tr td ul{
	margin:0 10px;
}

table.contestInfo tr td ul li{
	margin-bottom:5px;
}

table.contestInfo tr td p.period{
	font-size:120%;
	color:#EF9120;
	font-weight:bolder;
}

table.contestInfo tr td dl dt{
	color:#EF9120;
	font-weight:bolder;
}

ul.campBloglist{
	margin:15px 0;
	width:440px;
	height:180px;
}

ul.campBloglist li{
	float:left;
	width:215px;
	height:50px;
	margin:0 10px 10px 0;
}

ul.campBloglist li.lastChild{
	margin-right:0!important;
}


table.campblogSupport{
	margin:0 auto;
	width:440px;
	text-align:center;
	font-size:80%;

}

table.campblogSupport tr{
	vertical-align:top;
}
	
table.campblogSupport th,
table.campblogSupport td{
	border:#fff solid 1px;
}

table.campblogSupport th{
	padding:15px 0;
	background:#238200;
	color:#FFFFFF;
	text-align:center;
	font-weight:bolder;	
}

table.campblogSupport td{
	background:#eeeeee;
	text-align:left;
}

table.campblogSupport td p,
table.campblogSupport td img{
	padding:10px;
}

table.campblogSupport th.blogBanner{
	width:235px;
	border:#fff solid 1px;
}

table.campblogSupport th.blogDesc{
	width:300px;
}

table.campblogSupport th.blogPdf{
	width:70px;
}

dl.blogMemberlist{
}

dl.blogMemberlist dt.blogThumb{
	float:left;
	width:190px;
	padding-top:35px;
	background:url(/member/campaign/blog/images/img_supporter_crown.gif) no-repeat;
	margin:5px 0;
	text-align:center;
}

dl.blogMemberlist dt.blogThumb img.thumb{
	margin-bottom:10px;
	padding:5px;
	background-color:#238200;
}

dl.blogMemberlist dd.memberInfo{
	float:left;
	width:240px;
	margin:40px 0 5px 0;
}

dl.blogMemberlist dd.memberInfo dl dt{
	margin-bottom:2px;
	padding-left:18px;
	background-image: url(/shared/images/img_arrow_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color:#ef9120;
	font-weight:bolder;
}


dl.blogMemberlist dd.memberInfo dl dd{
	margin:0 0 5px 10px;
}

dl.blogMemberlist div.commentBottom img{
	vertical-align:bottom;
}

dl.blogMemberlist dd.applyComment{
	clear:both;
	margin:10px;
	width:420px;
	background:url(/member/campaign/blog/images/bg_blog_applycommentMiddle.gif) repeat-y;
}

dl.blogMemberlist dd.doctorComment{
	clear:both;
	margin:10px;
	width:420px;
	background:url(/member/campaign/blog/images/bg_blog_doctorcommentMiddle.gif) repeat-y;
}

dl.blogMemberlist dd.applyComment p{
	margin:10px 20px;
}

dl.blogMemberlist dd.doctorComment p{
	margin:10px 20px;
}

p.blogcontInfo{
	margin:10px 10px 0 30px;
}


/* ---------------------------------------
 
	8. Kids
 
   ---------------------------------------- */

h3.kids_h2{
	margin:50px 0 15px!important;
}

p.kids_lead{
	margin:0 15px 20px;
}

div.kids_explanation{
	margin:0 20px 30px;
}

img.kids_eximg{
	margin:0 30px 20px;
}

div.kids_explanation div.kids_txt{
	float:left;
	width:320px;
}

div.kids_explanation div.kids_txt p{
	margin-bottom:15px;
}

div.kids_explanation div.kids_txt ul{
	margin:0 0 20px 20px;
}


div.kids_explanation div.kids_txt ul li{
	font-weight:bolder;
	color:#238200;
}

div.kids_explanation div.kids_txt ul li a{
	color:#cc0000;
}

div.kids_explanation div.kids_txt ul li a:hover{
	color:#EF9120;
}

div.kids_explanation img.face_right{
	float:right;
}