@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Result                      */
/*                 09  Point                       */
/*                 10  Howto                       */
/*                 11  Means                      */
/*                 12  Example                     */
/*                 13  Design                      */
/*                 14  Motivation                  */
/*                 15  Concept                     */
/*                 16  Planning                    */
/*                 17  Branch                      */
/*                 18  Women                       */
/*                 19  About                       */
/*                 20  Contact                     */
/*                 21  Sitemap                     */
/*                 22  Why                         */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #f97a85      */
/*        Main Color - Light Pink     #fea2a3      */
/*        Main Color - Coral Red      #c85552      */
/*                                                 */
/*        Sub Color  - Light Grey     #666666      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fff }

#wrapper {
	background: #fff url(../images/wrapper.jpg) repeat-y;
	width: 830px;
	margin: 0 auto;
	padding: 0 35px;
	text-align: left;
	}
* html body #wrapper { width: 900px; }

#main {
	margin: 0;
	width: 830px;
	}

#content {
	width: 585px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 5px 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 81px;
	width: 830px;
	margin: 0 0 6px 0;
	padding: 0;
	}

#header .section {
	width: 300px;
	float: left;
	margin: 0;
	padding: 8px 0 0 0;
	}

h1#introduction,
p#introduction {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 15px;
	color: #999;
	font-size:12px;
	}

p#top {
	width: 300px;
	height: 43px;
	float: left;
	margin:0;
	}
p#top a {
	display: block;
	width: 300px;
	height: 43px;
	}


#header p.tel {
	margin: 0;
	padding: 21px 0 0 0;
	width: 210px;
	float: right;
	}
#header p.tel img { display: block; }

#header-nav {
	clear: both;
	margin: 0;
	padding: 0 16px 0 375px;
	height: 30px;
	background: url(../images/header-nav.jpg) 0 0 no-repeat;
	}

#header-nav li {
	height: 30px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header-nav li a {
	display: block;
	height: 30px;
	}

#nav01 { width: 58px; }
#nav02 { width: 83px; }
#nav03 { width: 191px; }
#nav04 { width: 107px; }

#nav01 a { background: url(../images/header-nav.jpg) -375px 0 no-repeat; }
#nav02 a { background: url(../images/header-nav.jpg) -433px 0 no-repeat; }
#nav03 a { background: url(../images/header-nav.jpg) -516px 0 no-repeat; }
#nav04 a { background: url(../images/header-nav.jpg) -707px 0 no-repeat; }

#nav01 a:hover { background: url(../images/header-nav.jpg) -375px -30px no-repeat; }
#nav02 a:hover { background: url(../images/header-nav.jpg) -433px -30px no-repeat; }
#nav03 a:hover { background: url(../images/header-nav.jpg) -516px -30px no-repeat; }
#nav04 a:hover { background: url(../images/header-nav.jpg) -707px -30px no-repeat; }



/*----------04  Navigation -----------*/

#nav {
	width: 210px;
	float: left;
	padding: 5px 15px 20px 15px;
	margin: 0;
	display: inline;
	}
* html body #nav { width: 240px; }

#nav a { color: #666; }
#nav a:hover { color: #c85552; }

#nav ul,
#nav li,
#nav dl,
#nav dt,
#nav dd {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
	padding: 0;
	width: 210px;
	}


#nav .internal li {
	margin: 0;
	padding: 0;
	}

#nav .internal li a {
	display: block;
	text-decoration: none;
	height: 40px;
	line-height: 38px;
	padding-left: 24px;
	background: url(../images/nav_li.jpg) 0 0 no-repeat;
	}

* html body #nav .internal li a { width: 210px; }

#nav .internal dl { padding-bottom: 5px; }
#nav .internal dt {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #b00d09;
	background: url(../images/nav_dt.jpg) 0 0 no-repeat;
	}

#nav .internal dd a {
	display: block;
	height: 31px;
	line-height: 30px;
	background: url(../images/nav_dd.jpg) 0 0 no-repeat;
	}

#nav .internal dd.plural a {
	display: block;
	height: 42px;
	line-height: 18px;
	padding-top: 3px;
	background: url(../images/nav_dd_plural.jpg) 0 0 no-repeat;
	}
* html body #nav .internal dd.plural a { height: 45px; }


#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0 14px 0;
	margin: 0;
	width: 830px;
	background: #fff;
	font-size: 85%;
	text-align: center;
	color: #de91a2;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer-nav {
	background: #f67b83;
	padding: 5px;
	margin: 5px;
	}

#footer-nav a {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover { text-decoration: underline; }



#footer ul { 
	list-style: none;
	margin: 0 auto 2px auto;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 1em;
	color: #c85552;
	}
#footer address a {
	text-decoration: underline;
	color: #c85552;
	}



/*---------- 06  Contents -----------*/

.section { padding: .5em 25px; }
.section .section { padding: .5em 10px; }
#planning .section .section { padding: .5em 10px;
	position:relative; }

p.center { text-align: center; }

.strong { color: #65ba65; font-weight:bold; }


#content h2,
#content .top_h2 {
	height: 56px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 52px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h2.top_h2,
#content p.top_h2 {
	margin: 0;
	padding:0 !important;
	text-indent:0;
	}
#content h3.top_h3,
#content p.top_h3 {
	clear: both;
	margin-left: -10px;
	text-indent:0;
	}
#content h4 {
	height: 36px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 16px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #c85552;
	outline: none;
	}
a:hover { color: #f57e80; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 135px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 22px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */


#content table {
	border-collapse: collapse;
	border: 2px solid #f9bdbf;
	font-size: 100%;
	color: #666;
	width: 480px;
	margin-left: 20px;
	}
	
#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #fccacd;
	}
	
#content table th {
	background: #efefff;
	color: #c85552;
	}

span.require {
	font-size: 124%;
	font-weight: bold;
	color: red;
	}
input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}




/*---------- 07  Index -----------*/

#index h2#title01 {
	height: 50px;
	margin: 0;
	text-indent:0;
	}
#index h3#title02,
#index p#title02 {
	height: 37px;
	margin: 0;
	}

#top_img { margin-bottom: 20px; }
#top_img img { display: block; }

#index #content .section {
	border: 1px solid #ccc;
	padding: 0 0 1em 0;
	margin-bottom: 20px;
	width: 568px;
	background: url(../images/index_section.jpg) repeat;
	}
* html body#index #content .section { width: 570px; }

#index #content #greeting p {
	padding-left: 20px;
	padding-right: 20px;
	}
#index #content #greeting p.mgb {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
	}

#index #content #pickup.section { border-top: 0; }

#index #content .pickup-content {
	width: 142px;
	float: left;
	}

#index #content .pickup-content p.description {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 85%;
	line-height: 1.4;
	}
*:first-child+html #index #content .pickup-content p.description { font-size: 9px; } /*  for IE7 only */
* html body#index #content .pickup-content p.description { font-size: 9px; } /*  for IE6 only */


#index #content ul {
	width: 550px;
	height: 50px;
	margin: 0 0 0 15px;
	padding: 0;
	}
#index #content li {
	margin: 0;
	padding: 0;
	width: 280px;
	float: left;
	}
#index #content li.nil { width: 270px; }

#index .qc_bana a{
	width:570px;
	height:400px;
	margin:0;
	padding:0;
	display:block;
	background:url(../images/index_bana.jpg);
	outline:none;
	text-indent:-9999px;
}
#index .qc_bana a:hover{
	background-position:0 100%;
}



/*---------- 08  Result -----------*/

#result h2#title01 { background: url(../images/result_h2-01.jpg) 0 0 no-repeat; }
#result h3#title02 { background: url(../images/result_h3-02.jpg) 0 0 no-repeat; }
#result h4#title03 { background: url(../images/result_h4-03.jpg) 0 0 no-repeat; }
#result h4#title04 { background: url(../images/result_h4-04.jpg) 0 0 no-repeat; }



/*---------- 09  Point -----------*/

#point h2#title01 { background: url(../images/point_h2-01.jpg) 0 0 no-repeat; }
#point h3#title02 { background: url(../images/point_h3-02.jpg) 0 0 no-repeat; }
#point h4#title03 { background: url(../images/point_h4-03.jpg) 0 0 no-repeat; }
#point h4#title04 { background: url(../images/point_h4-04.jpg) 0 0 no-repeat; }



/*---------- 10  Howto -----------*/

#howto h2#title01 { background: url(../images/howto_h2-01.jpg) 0 0 no-repeat; }
#howto h3#title02 { background: url(../images/howto_h3-02.jpg) 0 0 no-repeat; }
#howto h4#title03 { background: url(../images/howto_h4-03.jpg) 0 0 no-repeat; }
#howto h4#title04 { background: url(../images/howto_h4-04.jpg) 0 0 no-repeat; }



/*---------- 11  Means -----------*/

#means h2#title01 { background: url(../images/means_h2-01.jpg) 0 0 no-repeat; }
#means h3#title02 { background: url(../images/means_h3-02.jpg) 0 0 no-repeat; }
#means h4#title03 { background: url(../images/means_h4-03.jpg) 0 0 no-repeat; }
#means h4#title04 { background: url(../images/means_h4-04.jpg) 0 0 no-repeat; }
#means h4#title05 { background: url(../images/means_h4-05.jpg) 0 0 no-repeat; }

#means #content .point {
	padding: 1em 2em;
	margin: .5em 0 1em 0;
	}
#means #content #point01 { background: #f0f7c6 url(../images/point01_bg.jpg) right bottom no-repeat; }
#means #content #point02 { background: #f0f7c6 url(../images/point02_bg.jpg) right bottom no-repeat; }
#means #content #point03 { background: #f0f7c6 url(../images/point03_bg.jpg) right bottom no-repeat; }



/*---------- 12  Example -----------*/

#example h2#title01 { background: url(../images/example_h2-01.jpg) 0 0 no-repeat; }
#example h3#title02 { background: url(../images/example_h3-02.jpg) 0 0 no-repeat; }
#example h4#title03 { background: url(../images/example_h4-03.jpg) 0 0 no-repeat; }
#example h4#title04 { background: url(../images/example_h4-04.jpg) 0 0 no-repeat; }
#example h4#title05 { background: url(../images/example_h4-05.jpg) 0 0 no-repeat; }

#example #content .alpha {
	width: 240px;
	float: left;
	text-align: center;
	}
#example #content .beta {
	width: 240px;
	float: right;
	text-align: center;
	}



/*---------- 13  Design -----------*/

#design h2#title01 { background: url(../images/design_h2-01.jpg) 0 0 no-repeat; }
#design h3#title02 { background: url(../images/design_h3-02.jpg) 0 0 no-repeat; }
#design h4#title03 { background: url(../images/design_h4-03.jpg) 0 0 no-repeat; }
#design h4#title04 { background: url(../images/design_h4-04.jpg) 0 0 no-repeat; }

#design #content .episode {
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 20px;
	background: url(../images/index_section.jpg) repeat;
	}
#design #content .episode p { margin-bottom: 1em; }



/*---------- 14  Motivation -----------*/

#motivation h2#title01 { background: url(../images/motivation_h2-01.jpg) 0 0 no-repeat; }
#motivation h3#title02 { background: url(../images/motivation_h3-02.jpg) 0 0 no-repeat; }
#motivation h4#title03 { background: url(../images/motivation_h4-03.jpg) 0 0 no-repeat; }



/*---------- 15  Concept -----------*/

#concept h2#title01 { background: url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.jpg) 0 0 no-repeat; }



/*---------- 16  Planning -----------*/
#planning h2#title01 { background: url(../images/planning_h2-01.jpg) 0 0 no-repeat; }
#planning h3#title02 { background: url(../images/planning_h3-02.jpg) 0 0 no-repeat; }
#planning h4#title03 { background: url(../images/planning_h4-03.jpg) 0 0 no-repeat; }
#planning h4#title04 { background: url(../images/planning_h4-04.jpg) 0 0 no-repeat; }
#planning h4#title05 { background: url(../images/planning_h4-05.jpg) 0 0 no-repeat; }
#planning h4#title06 { background: url(../images/planning_h4-06.jpg) 0 0 no-repeat; }
#planning h4#title07 { background: url(../images/planning_h4-07.jpg) 0 0 no-repeat; }
#planning h4#title08 { background: url(../images/planning_h4-08.jpg) 0 0 no-repeat; }
#planning h4#title09 { background: url(../images/planning_h4-09.jpg) 0 0 no-repeat; }


#planning #content ol dl { margin-left: 0; }
#planning #content ol {
	padding: 1em 1em 1em 3em;
	margin-left: 2em;
	margin-right: 2em;
	border: 1px solid #ccc;
	}
#planning #content ol li {
	background: url(../images/arrow_down.jpg) bottom center no-repeat;
	padding: .5em 0 .5em 0;
	margin: 0 0 1em 0;
	}
#planning #content ol li.nil { background-image: none; }



/*---------- 17  Branch -----------*/

#branch h2#title01 { background: url(../images/branch_h2-01.jpg) 0 0 no-repeat; }
#branch h3#title02 { background: url(../images/branch_h3-02.jpg) 0 0 no-repeat; }
#branch h4#title03 { background: url(../images/branch_h4-03.jpg) 0 0 no-repeat; }
#branch h4#title04 { background: url(../images/branch_h4-04.jpg) 0 0 no-repeat; }



/*---------- 18  Women -----------*/

#women h2#title01 { background: url(../images/women_h2-01.jpg) 0 0 no-repeat; }
#women h4#title02 { background: url(../images/women_h4-02.jpg) 0 0 no-repeat; }
#women h4#title03 { background: url(../images/women_h4-03.jpg) 0 0 no-repeat; }
#women h4#title04 { background: url(../images/women_h4-04.jpg) 0 0 no-repeat; }

#women .qc_bana a{
	width:300px;
	height:80px;
	float:right;
	margin:0 10px 10px 0;
	outline:none;
	display:block;
	text-indent:-9999px;
	background:url(../images/women_bana.jpg) no-repeat;
}
#women .qc_bana a:hover{
	background-position:0 100%;
}

/*---------- 19  About -----------*/

#about h2#title01 { background: url(../images/about_h2-01.jpg) 0 0 no-repeat; }
#about h3#title02 { background: url(../images/about_h3-02.jpg) 0 0 no-repeat; }
#about h3#title03 { background: url(../images/about_h3-03.jpg) 0 0 no-repeat; }
#about h4#title04 { background: url(../images/about_h4-04.jpg) 0 0 no-repeat; }
#about h4#title05 { background: url(../images/about_h4-05.jpg) 0 0 no-repeat; }
#about h4#title06 { background: url(../images/about_h4-06.jpg) 0 0 no-repeat; }

#about #content .author {
	text-align: right;
	margin-right: 2em;
	}


/*---------- 20  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }
#contact h4#title03 { background: url(../images/contact_h4-03.jpg) 0 0 no-repeat; }
#contact h4#title04 { background: url(../images/contact_h4-04.jpg) 0 0 no-repeat; }

#contact #content dt {
	width: 4em;
	float: left;
	}
#contact #content dd { margin-left: 4em; }

iframe {
	border: 0;
	margin: 0 0 0 20px;
	padding: 0;
	width: 484px;
	height: 364px;
	}

#map {
	width: 480px;
	height: 360px;
	margin: 0;
    border: 2px solid #ccc;  
	}



/*---------- 21  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }

#sitemap #content h3,
#sitemap #content h4 { text-indent: 0; }

#sitemap #content h3 {
	background: url(../images/h3_bg.jpg) 0 0 no-repeat;
	line-height: 38px;
	height: 38px;
	font-size: 108%;
	padding-left: 20px;
	}

#sitemap #content h4 {
	background: url(../images/h4_bg.jpg) left center no-repeat;
	line-height: 22px;
	height: 22px;
	font-size: 100%;
	padding-left: 20px;
	}


#sitemap #content ul { margin-left: 0; }

#sitemap #content li { background-image: none; }

#sitemap #content ul .description {
	margin: .5em 1em 2em 1em;
	padding: 6px 12px;
	background: #eee;
	}

/*---------- 22  Why -----------*/

#why h2#title01 { background: url(../images/why_h2-01.jpg) 0 0 no-repeat; }
#why h3#title02 { background: url(../images/why_h3-02.jpg) 0 0 no-repeat; }

#why .text{
	padding-left:200px;
	background:url(../images/why_bg.jpg) no-repeat;
}



.qc_rec a{
	width:210px;
	height:103px;
	margin:0px;
	text-indent:-9999px;
	background:url(../images/qc_rec.jpg) no-repeat;
	display:block;
}
.qc_rec a:hover{
	background-position:0 100%;
}
