@charset "UTF-8";

/*
 :title "Layouts Style";
 :author [:name "miki ueaoki"];
 :description "サイトレイアウトのスタイル";
 :note "
 	Outline - 
		00.Basic Settings.
		01.Basic Layout.
		02.sub parts
		03.login box
		
		99.clearfix
		";
*/



/* ======================================
00.
	Basic Settings.
========================================= */
/* body */
body {
	color:#ab8282;
	/* background:#fff; */
	padding-bottom:70px;
	background:#fff url(../../images/portal/common/footer_bg.gif) no-repeat center bottom;
}
body#portaltop {
	
}




/* font colors */
a,
a:link,
a:visited {
	color:#f6a728;
	text-decoration:underline;
}

a:hover {color:#f5c16e;}


/* form colors */
textarea,
input {
	border:1px solid #f3b8bb;
}



/* ======================================
01.
	Basic Layout.
========================================= */
/* wrapper */
/* div#wrapper {
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 100%;
}
body > #wrapper {
	height: auto;
} */

/* header-wrapper */
div#header-wrapper {
	margin:0;
	background-color:#fff;
}
div.h-home {
	background:url(../../images/portal/common/header_bg_content.jpg) no-repeat center bottom;
}
body#portaltop div.h-home {
	background:url(../../images/portal/common/header_bg_home.gif) no-repeat center bottom;
}
div.h-sukikirai {
	background:url(../../images/portal/common/header_bg_sukikirai.gif) no-repeat center bottom;
}
div.h-kokoro {
	background:url(../../images/portal/common/header_bg_kokoro.gif) no-repeat center bottom;
}
div.h-furusato {
	background:url(../../images/portal/common/header_bg_furusato.gif) no-repeat center bottom;
}
div.h-kakikomi {
	background:url(../../images/portal/common/header_bg_kakikomi.gif) no-repeat center bottom;
}


/* header */
div#header {
	width:1020px;
	margin:0 auto;
}


/* logo */
div#logo {
	position:relative;
	width:928px;
	height:150px;
	margin-left:38px;
	padding:10px 0 0 17px;
	background:url(../../images/portal/common/h_logo_bg.png) no-repeat left bottom;
}
* html body div#logo {
	width:937px;
	padding-left:12px;
	background:url(../../images/portal/common/h_logo_bg.gif) no-repeat left bottom;
}

body#portaltop div#logo {
	width:580px;
	height:172px;
}
div.h-kokoro div#logo {width:675px;}
div.h-kakikomi div#logo {width:635px;}

div#logo h1#logo-img,
div#logo p#logo-img {
	margin:0 0 8px;
}

div#logo div#h-lead {
	position:absolute;
	top:10px;
	right:10px;
}
div.h-sukikirai div#logo div#h-lead {top:18px;}

div#logo div#h-lead-top {
	position:absolute;
	top:20px;
	right:0;
}
div#logo div#h-lead-02 {
	position:absolute;
	top:10px;
	right:0;
}

div#logo div#h-lead dl dd,
div#logo div#h-lead-top dl dd,
div#logo div#h-lead-02 dl dd {
	margin-top:10px;
}


/* h-counter */
dl#h-counter {
	width:200px;
	margin-top:8px;
}
dl#h-counter dt {
	width:140px;
	float:left;
	line-height:12px;
}
dl#h-counter dd {
	width:50px;
	float:right;
	text-align:right;
	color:#6d8dbb;
	font-size:12px;
	line-height:12px;
}
dl#h-counter img {
	line-height:12px;
	vertical-align:bottom;
}

/* h-link-home */
div#logo p#h-link-home {
	margin:8px 0 0 47px;
	line-height:1;
}


/* h-navi */
div#logo ul#h-navi {
	margin-top:7px;
}
div#logo ul#h-navi li {
	float:left;
	margin-right:10px;
	display:inline;		/* for ie6 fix */
	line-height:1;
}
div#logo ul#h-navi li#about img {
	/* margin-top:1px; */
}
div#logo ul#h-navi li img {vertical-align:bottom;}





/* h-banners */
div#h-banners {
	width:492px;
	margin:12px 0 0 38px;
}
div#h-banners ul li {
	float:left;
	margin-right:10px;
}


/* g-navi */
div#g-navi {
	width:1020px;
	margin-top:7px;
	padding-top:5px;
	background:url(../../images/portal/common/g_navi_bg.png) no-repeat bottom;
}

div#g-navi ul {
	width:934px;
	margin:0 auto;
}
div#g-navi ul li {
	float:left;
	display:inline;		/* for ie6 fix */
}
div#g-navi ul li#g-navi-04,
div#g-navi ul li#g-navi-05 {
	margin-left:16px;
}


/* container-wrapper */
div#container-wrapper {
	width:100%;
	background:url(../../images/portal/common/contents_bg.gif) repeat-x bottom;
}


/* container */
div#container {
	width:1020px;
	margin:0 auto;
	padding:13px 0 40px;
}

/* breadcrumbs */
div#breadcrumbs {
	width:940px;
	margin:0 auto 10px;
	color:#c99;
}
div#breadcrumbs a {color:#e5b8b8;}

div#breadcrumbs dl dt {
	display:none;
}
div#breadcrumbs dl dd {font-size:x-small;}

div#breadcrumbs dl dd em {
	font-style:normal;
	font-weight:normal;
}
div#breadcrumbs dl dd a {
	padding-right:15px;
	background:url(../../images/portal/arrow/arrow_pink.gif) no-repeat center right;
}



/* contents */
div#contents {
	width:731px;
	float:left;
	padding-bottom:10px;
	display:inline;		/* fix for ie6 */
}
div.two-column div#contents {
	width:982px;/* 732px; */
	
}


/* main */
div#main {
	width:484px;
	float:right;
}
div.two-column div#main {
	width:734px;/* 484px; */
	float:right;
	background:#fff url(../../images/portal/main_box/twoclm_main_bg_mid.gif) repeat-y left;
}
div.two-column div#body-wrap {
	width:714px;
	padding-left:20px;
	padding-bottom:50px;
	background:url(../../images/portal/main_box/twoclm_main_bg_btm.gif) no-repeat bottom;
}

div.three-column {
	width:484px;
	background:url(../../images/portal/main_box/threeclm_main_bg2_mid.gif) repeat-y left;
}
div.three-column div#page-title {
	width:464px;
	padding:12px 10px 10px;
	background:url(../../images/portal/main_box/threeclm_main_bg2_top.gif) no-repeat top left;
}
div.three-column div#page-title h1 {
	margin-bottom:10px;
}

div.three-column div.body-wrap {
	width:454px;
	margin:15px;
}
div.three-column div.body-wrap.w-line {
	padding-bottom:15px;
	background:url(../../images/portal/line/dotline_f6a728.gif) repeat-x bottom;
}


div#three-column-footer {
	width:454px;
	padding:0 15px 20px;
	background:url(../../images/portal/main_box/threeclm_main_bg2_btm.gif) no-repeat bottom;
}




/* sub */
div#sub {
	width:204px;
	float:right;
	margin:0 5px 0 0;
	display:inline;		/* fix for ie6 */
}
div.two-column div#sub {
	float:left;
	margin:0 0 0 38px;
	
}


div#sub-02 {
	width:284px;
	float:right;
}




/* one-column */
div#one-column {
	width:944px;
	margin:0 auto;
	background:#fff url(../../images/portal/main_box/oneclm_bg_mid.gif) repeat-y center;
	
}
div#one-column div#contents {
	width:944px;
	margin:0 auto;
	float:none;
	padding-bottom:0;
	padding-top:0;
	display:block;
	background:url(../../images/portal/main_box/oneclm_bg_btm.gif) no-repeat bottom;
}
div#one-column div#main {
	width:944px;
	float:none;
	display:block;
	margin:0;
	background:url(../../images/portal/main_box/oneclm_bg_top.gif) no-repeat top;
}
div#one-column div.main-pub {
	padding-top:20px;
}
div#one-column div.main-regist,
div#one-column div.main-login {
	padding-top:40px;
}




/* f-info */
div#f-info {
	clear:both;
	width:1020px;
	padding-top:10px;
}
div#site-info {
	width:694px;
	float:left;
	margin-left:38px;
	padding-bottom:10px;
	background:url(../../images/portal/common/f_info_bg_btm.gif) no-repeat bottom left;
	display:inline;		/* fix for ie6 */
}
div#one-column div#site-info {
	width:864px;
	margin:40px auto;
	float:none;
	background:url(../../images/portal/login/marks_bg_bottom.gif) no-repeat bottom left;
	display:block;
}

div#site-info-inner {
	width:674px;
	padding:10px 10px 0;
	background:url(../../images/portal/common/f_info_bg_top.gif) no-repeat top left;
}
div#one-column div#site-info-inner {
	width:844px;
	background:url(../../images/portal/login/marks_bg_top.gif) no-repeat top left;
}

div#site-info ul#marks {
	width:250px;
	float:left;
	padding:8px 0;
	border-right:1px solid #ccc;
}
div#site-info ul#marks li {
	float:left;
	margin-right:8px;
}
div#site-info ul#marks li#green {margin-right:0;}

div#site-info p#site-text {
	width:410px;
	float:right;
	color:#cc9999;
	font-size:1.0em;
}
div#one-column div#site-info p#site-text {
	width:570px;
	margin-top:8px;
}

div#f-info p#mobile-bnr {
	width:304px;
	float:right;
	margin-right:38px;
	display:inline;		/* fix for ie6 */
}


/* footer */
div#footer-wrapper {
	position:relative;
	width:100%;
	padding-top:30px;
	background:url(../../images/portal/common/footer_line.gif) repeat-x 0 0;
}

div#footer {
	width:1020px;
	margin:0 auto;
	color:#cc9999;
}
div#footer a,
div#footer a:link,
div#footer a:visited {
	color:#cc9999;
}
div#footer a:hover {color:#e5b8b8;}


/* pagetop-link */
div#footer p.pagetop-link {
	position:absolute;
	top:-30px;
	right:0;
}

/* f-navi */
ul#f-navi {
	text-align:center;
}
ul#f-navi li {
	display:inline;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #ccc;
	font-size:1.0em;
}
ul#f-navi li#f-navi-first {
	margin-left:0;
	padding-left:0;
	border-left:none;
}

/* copyright */
address#copyright {
	width:1020px;
	margin-top:10px;
	/* padding-bottom:90px;
	background:url(../../images/portal/common/footer_bg.gif) no-repeat center bottom; */
	text-align:center;
	font-size:1.0em;
}
/* body#portaltop address#copyright {
	padding-bottom:130px;
	background:url(../../images/portal/common/footer_bg.gif) no-repeat center bottom;
} */



/* f-links */
div#f-links {
	width:984px;
	margin:0 0 20px 38px;
	
}
div#f-links div.f-link-box {
	width:144px;
	float:left;
	margin-right:19px;
	display:inline;		/* for ie6 fix */
}
div#f-links div.f-link-box h3 {
	padding-left:13px;
	margin-bottom:2px;
	background:url(../../images/portal/common/footer_bullet.gif) no-repeat 1px center;
	font-size:1.0em;
	font-weight:normal;
}
div#f-links div.f-link-box ul li {
	padding-left:13px;
	background:url(../../images/portal/common/footer_arrow.gif) no-repeat 0 center;
	font-size:1.0em;
}




/* ======================================
02.
	sub parts
========================================= */

/* sub-box */
div.sub-box {
	width:204px;
	padding-bottom:12px;
	margin-bottom:5px;
	background:url(../../images/portal/sub/l_box_bg_btm.gif) no-repeat bottom;
}
div.sub-box h2 {
	width:194px;
	margin-bottom:10px;
	padding:12px 0 0 10px;
}
div.sub-box h2.sub-topttl {
	background:url(../../images/portal/sub/l_box_bg_top.gif) no-repeat top;
}


div.sub-box div.sub-body {
	width:184px;
	margin:0 0 0 10px;
	padding-bottom:10px;
}

div.sub-box p.more-link {
	width:184px;
	margin:10px auto 0;
	text-align:right;
}


/* sub-mymenu */
div#sub-mymenu {
	width:204px;
	padding-bottom:10px;
	margin-bottom:5px;
	background:url(../../images/portal/sub/l_box_bg_btm.gif) no-repeat bottom;
}
div#sub-meny-head {
	width:204px;
	padding-bottom:5px;
	background:url(../../images/portal/sub/l_box_bg_top_long.gif) no-repeat 0 8px;
}
div#sub-mymenu-name {
	width:187px;
	/* height:27px; */
	margin:0 auto;
	padding-top:25px;
	/* background:url(../../images/portal/sub/l_my_namebg.gif) no-repeat top left; */
	background:url(../../images/portal/sub/l_my_namebg_top.gif) no-repeat center top;
	
}
div#sub-mymenu-name h3 {
	width:177px;
	padding:0 5px 5px;
	background:url(../../images/portal/sub/l_my_namebg_btm.gif) no-repeat center bottom;
	text-align:center;
	color:#f37235;
}
div#sub-mymenu div#profile-img {
	width:146px;
	margin:0 auto 5px;
}
div#sub-mymenu div#profile-img table {
	border:none;
}
div#sub-mymenu div#profile-img table td {
	width:146px;
	min-height:120px;
	vertical-align:center;
	text-align:center;
}
div.child-profile {
	width:180px;
	height:100px;
	margin:0 auto 3px;
	color:#f6a728;
}
div.child-profile div.child-thumb {
	width:34px;
	float:left;
	padding-bottom:2px;
}
div.child-profile div.child-name {
	width:140px;
	float:right;
	font-size:x-small;
}
div.child-profile ul {
	clear:both;
	
}
div.child-profile ul li {
	font-size:x-small;
}

div#sub-mymenu ul.view-others-link {
	text-align:center;
	margin-bottom:5px;
}
div#sub-mymenu ul.view-others-link li {
	font-size:x-small;
}
div#sub-mymenu ul.view-others-link li a {
	padding-left:15px;
	background:url(../../images/portal/arrow/arrow_f37235.gif) no-repeat 0 2px;
}

div#sub-mymenu p#thanks-point {
	width:180px;
	height:24px;
	margin:0 auto 5px;
	background:url(../../images/portal/sub/l_my_pointbg.gif) no-repeat;
	color:#fff;
	text-align:center;
	font-size:x-small;
	line-height:22px;
}
div#sub-mymenu p#thanks-point span {
	font-size:1.2em;
	font-weight:bold;
}
div#sub-mymenu ul#mymenu-link {
	text-align:center;
	margin-bottom:10px;
}
div#sub-mymenu ul#mymenu-link li {
	display:inline;
	font-size:x-small;
	
}
div#sub-mymenu ul#mymenu-link li#logout {
	padding-left:3px;
	margin-left:3px;
	border-left:1px solid #f47236;
}

/* mymenu-contents */
div#mymenu-contents {
	width:164px;
	margin:0 auto;
	padding:12px 10px 0;
	background:url(../../images/portal/line/dotline_f6a728.gif) repeat-x top;
}
div#mymenu-contents ul li {
	margin-bottom:10px;
	line-height:1;
}



/* content-navi */
div#content-navi {
	background:url(../../images/portal/sub/l_contentlist_bg_btm.gif) no-repeat bottom;
}
div#content-navi div.sub-body {
	padding-bottom:0;
}
div#content-navi ul.content-navi-list {
	margin-left:10px;
}
div#content-navi ul.content-navi-list li {
	margin-bottom:10px;
	line-height:1;
}


/* sub-navi */
div#sub-navi {
	
}
div#sub-navi li {
	padding-left:12px;
	background:url(../../images/portal/sub/l_navi_arrow.gif) no-repeat 0 5px;
}

div#sub a,
div#sub a:link,
div#sub a:visited {color:#f37235;}
div#sub a:hover {color:#f6a728;}


/* login-box */
/* hapirepi-box */
/* hapirepi-info */
/* div#hapirepi-box {color:#92d245;} */



/* login-box */
div#login-box div.sub-body {
	padding-bottom:5px;
}
div#login-box div#member-menu {
	width:180px;
	height:70px;
	margin-bottom:5px;
	background:url(../../images/portal/sub/l_mat_login.gif) no-repeat top left;
}
div#login-box div#member-menu p#member-regist {
	width:167px;
	padding:7px 0 5px;
	margin:0 auto;
	text-align:center;
	background:url(../../images/portal/line/dotline_f6a728.gif) repeat-x bottom;
}
div#login-box div#member-menu ul {
	width:167px;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}
div#login-box div#member-menu ul li {
	display:inline;
}

div#login-box p#member-btn {
	margin:0;
	text-align:center;
}



/* hapirepi-info */
div#hapirepi-info dl {
	
}
div#hapirepi-info dl dt,
div#hapirepi-info dl dd {
	width:130px;
	margin-left:50px;
	font-size:1.0em;
}
div#hapirepi-info dl dt {
	clear:left;
	color:#92d245;
	font-weight:normal;
}
div#hapirepi-info dl dd {
	
}
div#hapirepi-info dl dd.info-thumb {
	width:40px;
	height:40px;
	float:left;
	margin-left:0;
	margin-top:-1.5em;
	padding-bottom:10px;
}



/* pr-box */
div.pr-box {
	width:244px;
	margin-bottom:10px;
	color:#373e6a;
}
div.pr-box div.pr-wrap {
	width:240px;
	width:240px;
	padding:2px;
	/* background:url(../../images/portal/banners/r_bnr_240_bg.gif) no-repeat; */
}

div.pr-box a,
div.pr-box a:link,
div.pr-box a:visited {color:#373e6a;}
div.pr-box a:hover {color:#373e6a;}

div.pr-box p.pr-text {
	margin-top:5px;
}


/* banners */
ul.banners li {
	width:240px;
	height:90px;
	margin-top:5px;
	padding:2px;
	/* background:url(../../images/portal/banners/r_bnr_90_bg.gif) no-repeat; */
}




/* opinion-box */
div#opinion-box {
	width:244px;
	padding-bottom:10px;
	background:url(../../images/portal/sub/r_box_bg_btm.gif) no-repeat bottom;
}
div#opinion-title {
	width:234px;
	padding:10px 0 10px 10px;
	background:url(../../images/portal/sub/r_box_bg_top.gif) no-repeat top;
}
div#opinion-inner {
	width:220px;
	margin:0 auto;
}



/* marks */
div#sub-02 div#marks {
	width:232px;
	padding:5px;
	margin-left:1px;
	margin-top:5px;
	border:1px solid #ddd;
	background-color:#fff;
}
div#sub-02 div#marks div#marks-img {
	width:232px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
}
div#sub-02 div#marks div#marks-img ul {
	width:232px;
}
div#sub-02 div#marks div#marks-img ul li {
	float:left;
	margin-right:3px;
}
div#sub-02 div#marks div#marks-img ul li#p-mark {
}
div#sub-02 div#marks div#marks-img ul li#green {
	margin-right:0;
}

div#sub-02 div#marks p {
	font-size:x-small;
}


/* -- clear float -- */ 
div#marks-img ul { 
	min-height:0; 
	display: inline-table; 
} 
div#marks-img ul:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear: both; 
	visibility:hidden; 
} 
/* \*/ 
* html div#marks-img ul {height:0;} 
div#marks-img ul {display: block;} 
/* */ 
/* -- end clear float -- */




/* ======================================
03.
	
========================================= */






/* ======================================
04.
	
========================================= */


/* ======================================
99.
	clearfix
========================================= */

/* -- clear float -- */ 
div#wrapper,
div#container,
div#contents,
div#main,
div#header,
dl#h-counter,
ul#h-navi,
dl#h-search,
div#h-banners ul,
div#g-navi ul,
div#footer,
div#f-links,
div#f-info,
div#site-info-inner,
div#hapirepi-box dl { 
	min-height:0; 
	display: inline-table; 
} 
div#wrapper:after,
div#container:after,
div#contents:after,
div#main:after,
div#header:after,
dl#h-counter:after,
ul#h-navi:after,
dl#h-search:after,
div#h-banners ul:after,
div#g-navi ul:after,
div#footer:after,
div#f-links:after,
div#f-info:after,
div#site-info-inner:after,
div#hapirepi-box dl:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear: both; 
	visibility:hidden; 
} 
/* \*/ 
* html div#wrapper,
* html div#container,
* html div#contents,
* html div#main,
* html div#header,
* html dl#h-counter,
* html ul#h-navi,
* html dl#h-search,
* html div#h-banners ul,
* html div#g-navi ul,
* html div#footer,
* html div#f-links,
* html div#f-info,
* html div#site-info-inner,
* html div#hapirepi-box dl {height:0;} 
div#wrapper,
div#container,
div#contents,
div#main,
div#header,
dl#h-counter,
ul#h-navi,
dl#h-search,
div#h-banners ul,
div#g-navi ul,
div#footer,
div#f-links,
div#f-info,
div#site-info-inner,
div#hapirepi-box dl {display: block;} 
/* */ 
/* -- end clear float -- */





