@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */
 
 
/* ========BASIC======== */
* {
   font-family:"Lucida Sans Unicode", "メイリオ", Meiryo,"Kozuka Gothic Pro","小塚ゴシック Pro","Kozuka Gothic Std","小塚ゴシック Std","Kozuka Gothic Pro M","小塚ゴシック Pro M","Kozuka Gothic Std M","小塚ゴシック Std M","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
   color:#333; /* #333 */
}

html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#ffffff;
   /* background:url("http://www.kokoronet.ne.jp/images/KOKORO_l.jpg") 300px 100px; */
}

br {
   letter-spacing:normal;
}

hr {
  color: #999999; /* 線の色(IE用) */
  background-color: #999999; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border-color: #bbbbbb #666666 #666666 #bbbbbb; /* 枠の色 */
  border-width: 1px; /* 枠の太さ */
  border-style: solid;
}

td,th {
   line-height:1.3em;
}

a {
   color:#008020; /* #E79E00; */
   text-decoration:none;
}

a:hover {
   color:#008020; /* #E79E00; */
   text-decoration:underline;
}

a span	{
   color:#008020; /* #E79E00; */
   text-decoration:none;
}

a.maina {
   display:block;
   width:100%;
   height:100%;
   color:#008020; /* #E79E00; */
   text-decoration:none;
}

a.maina:hover {
   display:block;
   width:100%;
   height:100%;
   color:#008020; /* #E79E00; */
   text-decoration:none;
}

a.mainb {
   display:block;
   /* width:100%; */
   height:100%;
   color:#333; /* #333 */ /* #E79E00; */
   text-decoration:none;
}

a.mainb:hover {
   display:block;
   /* width:100%; */
   height:100%;
   color:#ffffff; /* #E79E00; */
   text-decoration:none;
   background:#666666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
   width:949px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

div#header {
   width:949px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

div#logom { /* ロゴ */
   float:left;
   left:0px;
   width:248px;
   position:relative;
   /* width:100%; */
   /* left:710px; */
   top:5px;
}

div#pr { /* ご注文・価格表 */
   float:left;
   left:700px;
   width:250px;
   position:absolute;
   /* width:100%; */
   /* left:710px; */
   top:15px;
   text-align:right;
}

div#pr2 { /* おしらせ */
   /* float:left; */
   left:20px;
   width:440px;
   position:absolute;
   /* width:100%; */
   /* left:710px; */
   top:10px;
   text-align:right;
}

div#pr3 { /* order page */
	/* float:left; */
	left:250px;
	width:435px;
	position:absolute;
	/* width:100%; */
	/* left:710px; */
	top:67px;
	text-align:left;
}

div#menu {
   width:100%;
   float:left;
   margin-bottom:10px;
   background:url("http://www.kokoronet.ne.jp/images/bg_menu2.jpg") 0 100% repeat-x;
}

div#contents {
   width:949px;
   margin:0 auto;
}

div#main {
   margin-top:10px;
   float:right;
   width:715px;
   font-size:10pt;/* 15px相当 */
   line-height:1.3em;
}

div#main2 {
   width:100%;
   font-size:10pt;/* 15px相当 */
   line-height:1.3em;
}


div#sub {
   float:left;
   width:210px; /* 220px; */
   margin-top:10px;
   /* background:url("http://www.kokoronet.ne.jp/images/sub_top.png") 0 0 no-repeat; */
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   /* background:#BFBFBF; */
   line-height:25px;
   background:url("http://www.kokoronet.ne.jp/images/bg_menu2.jpg") 0 0 repeat-x;
   /* background:url("http://www.kokoronet.ne.jp/images/sub_center.png") 0 0 repeat-x; */
}

div#footer2 {
	clear:both;
	/* background:#BFBFBF; */
	width:100%;
	line-height:25px;
	padding:0 5px;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:center;
	font-style:normal;
	font-size:8pt;/* 12px相当 */
	color:#aaa;
	margin-bottom:5px;
	/*  background:url("http://www.kokoronet.ne.jp/images/bg_menu2.jpg") 0 0 repeat-x; */
	/* background:url("http://www.kokoronet.ne.jp/images/sub_center.png") 0 0 repeat-x; */
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:24pt;/* 24px相当 */
   color:#fff;
   line-height:60px;
}

div#header h1 a {
   color:#333; /* #333 */
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:11pt;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:949px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:12pt;
   color:#ffffff; /* #333 */
   text-align:center;
   line-height:25px;
   list-style-type:none;
}

div#menu li a {
/*   font-family:"Lucida Sans Unicode", "メイリオ", Meiryo,"Kozuka Gothic Pro","小塚ゴシック Pro","Kozuka Gothic Std","小塚ゴシック Std","Kozuka Gothic Pro M","小塚ゴシック Pro M","Kozuka Gothic Std M","小塚ゴシック Std M","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif; */
   font-weight:bold;
   font-size:12px;/* 13px相当 */
   display:block;
   width:94px;
   color:#F2F2F2;
   line-height:25px;
   border-left:1px solid #BFBFBF;
}

div#menu li.home a {
   border:none;
}

div#menu li a.active {
   color:#333; /* #333 */
   background:#ffffff; /* #F2F2F2; */
   text-decoration:none;
   background:url("http://www.kokoronet.ne.jp/images/bg_menu4.jpg") 0 100% repeat-x;
}

div#menu li a:hover {
   color:#333; /* #333 */
   background:#ffffff; /* #F2F2F2; */
   text-decoration:none;
   background:url("http://www.kokoronet.ne.jp/images/bg_menu4.jpg") 0 100% repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main h2 {
   margin-bottom:2px;
   padding:2px 2px 2px 0px;
   color:#333; /* #5A5132; */
   font-size:11pt; /* 113%; /* 15px相当 */
   font-weight:bold;
   height:28px;
   background:url("http://www.kokoronet.ne.jp/images/h2back.png") 0 0 repeat-x;
   /* border-bottom: 5px ridge #80FFDF; /* #33FF66; */ */
}

div#main2 h2 {
   margin-bottom:2px;
   padding:2px 2px 2px 0px;
   color:#333; /* #5A5132; */
   font-size:15px; /* 113%; /* 15px相当 */
   font-weight:bold;
   height:28px;
   background:url("http://www.kokoronet.ne.jp/images/h2back.png") 0 0 repeat-x;
   /* border-bottom: 5px ridge #80FFDF; /* #33FF66; */ */
}

div#main h3 {
   padding:1px 1px 1px 0;
   /* text-decoration: underline; */
   font-weight: bold;
   margin-bottom:2px;
   font-size:10pt; /* 100%;/* 14px相当 */
  /*  text-decoration:underline; */
}

div#main h4 {
   padding:1px 1px 1px 0;
   /* text-decoration: underline; */
   font-weight: bold;
   margin-bottom:2px;
   font-size:10pt; /* 94%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:10pt;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:9pt;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:10pt;/* 13px相当 */
}

/* div#main ul,ol,dl {  */
/*    font-size:100%;/* 13px相当 */  */
/* }  */

/* div#main dt {  */
/*    margin-bottom:3px;  */
/* }  */

/* div#main dd {  */
/*   padding:0;  */
/*    margin:0 0 0.5em 1em;  */
/*    padding:3px;  */
/*    background:#f1f1f1;  */
/* }  */

/* ========MENU CUSTOMIZE======== */
div#main li {
   /* float:left; */
   font-size:10pt;
   color:#333; /* #333 */
   /* text-align:left; */
   /* list-style-type:none; */
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

* html body div#main dl.info dd div {
   display:inline-block;
}



div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

div#main dl.info dt {
   float:left;
   width:3em;
   /* margin:0; */
   margin:0.4em 0 0 0;
   padding:0;
}

div#main dl.info dd {
   margin:0 0 0.5em 3em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   background:url("http://www.kokoronet.ne.jp/images/sub_middle.png") 0 0 repeat-y;
}

div#sub h2 {
   font-weight:bold;
   font-size:11px;/* 13px相当 */
   display:block;
   padding-left:4pt;
   margin-left:4px;
   margin-right:4px;
   color:#333333; /* #333 */
   background:#ffffff;
   line-height:25px;
   border-bottom:1px solid #cacaca;
}

div#sub ul {
   margin:0;
   padding:0;
}

div#sub li {
   font-size:8pt;/* 13px相当 */
   line-height:22px;
   border-bottom:1px solid #cacaca;
   list-style:none;
   /* background:#ffffff; */
}

div#sub li a {
   font-weight:bold;
   font-size:11px;/* 13px相当 */
   display:block;
   padding-left:4pt;
   margin-left:4px;
   margin-right:4px;
   color:#333333; /* #333 */
   background:#ffffff;
   line-height:25px;
}

div#sub li a:hover {
   color:#ffffff; /* #333 */
   background:#cacaca;
   text-decoration:none;
}

div#sub li a.subsub {
   font-weight: bold;
   font-size:11px;/* 13px相当 */
   display:block;
   padding-left:16px;
   margin-left:4px;
   margin-right:4px;
   color:#204060; /* #333 */
   background:#ffffff;
   line-height:22px;
}

div#sub li a.subsub:hover {
   color:#ffffff; /* #333 */
   background:#204060;
   text-decoration:none;
}

div#sub li a.subsub2 {
   font-weight: bold;
   font-size:11px;/* 13px相当 */
   display:block;
   padding-left:31px;
   margin-left:4px;
   margin-right:4px;
   color:#204060; /* #333 */
   background:#ffffff;
   line-height:22px;
}

div#sub li a.subsub2:hover {
   color:#ffffff; /* #333 */
   background:#cacaca;
   text-decoration:none;
}

div#sub li a.subsub3 {
   font-weight: bold;
   font-size:11px; /* 13px相当 */
   display:block;
   padding-left:26px;
   margin-left:4px;
   margin-right:4px;
   color:#204060; /* #333 */
   background:#ffffff;
   line-height:22px;
}

div#sub li a.subsub3:hover {
   color:#ffffff; /* #333 */
   background:#cacaca;
   text-decoration:none;
}

div#sub li a.subsub4 { /* 心理検査用紙 Title  */
   font-weight:bold;
   font-size:12px;/* 13px相当 */
   display:block;
   margin-left:4px;
   margin-right:4px;
   color:#333333; /* #333 */
   background:#ffffff;
   line-height:25px;
   padding-left:4px;
}

div#sub li a.subsub4:hover {
   color:#ffffff; /* #333 */
   background:#669966;
   text-decoration:none;
}

div#sub li a.subsub5 { /* 心理検査用紙 */
/*   font-family:"Lucida Sans Unicode", "メイリオ", Meiryo,"Kozuka Gothic Pro","小塚ゴシック Pro","Kozuka Gothic Std","小塚ゴシック Std","Kozuka Gothic Pro M","小塚ゴシック Pro M","Kozuka Gothic Std M","小塚ゴシック Std M","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif; */
   font-weight:bold;
   font-size:11px;/* 13px相当 */
   display:block;
   margin-left:4px;
   margin-right:4px;
   color:#669966; /* #333 */
   background:#ffffff;
   line-height:22px;
   padding-left:4px;
}

div#sub li a.subsub5:hover {
   color:#ffffff; /* #333 */
   background:#669966;
   text-decoration:none;
}

div#sub li a.subsub6 { /* 認知行動療法・実践カード Title  */
   font-weight:bold;
   font-size:12px;/* 13px相当 */
   display:block;
   margin-left:4px;
   margin-right:4px;
   color:#204060; /* #333 */
   background:#ffffff;
   line-height:25px;
   padding-left:4px;
}

div#sub li a.subsub6:hover {
   color:#ffffff; /* #333 */
   background:#204060;
   text-decoration:none;
}

div#sub li a.subsub7 { /* 認知行動療法・実践カード */
   font-weight:bold;
   font-size:11px;/* 13px相当 */
   display:block;
   margin-left:4px;
   margin-right:4px;
   color:#204060; /* #333 */
   background:#ffffff;
   line-height:22px;
   padding-left:4px;
}

div#sub li a.subsub7:hover {
   color:#ffffff; /* #333 */
   background:#204060;
   text-decoration:none;
}

div#sub li a.subsub8 { /* メンタルヘルスワークブック Title */
   font-weight:bold;
   font-size:12px;/* 13px相当 */
   display:block;
   margin-left:4px;
   margin-right:4px;
   color:#333333; /* #333 */
   background:#ffffff;
   line-height:25px;
   padding-left:4px;
}

div#sub li a.subsub8:hover {
   color:#ffffff; /* #333 */
   background:#007495;
   text-decoration:none;
}

div#sub li a.subsub9 { /* メンタルヘルスワークブック */
   font-weight:bold;
   font-size:11px;/* 13px相当 */
   display:block;
   margin-left:4px;
   margin-right:4px;
   color:#007495; /* #333 */
   background:#ffffff;
   line-height:22px;
   padding-left:4px;
}

div#sub li a.subsub9:hover {
   color:#ffffff; /* #333 */
   background:#007495;
   text-decoration:none;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:5px 0;
   text-align:right;
   font-size:8pt;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 6px;
   background:url("http://www.kokoronet.ne.jp/images/bg_totop.gif") 0 50% no-repeat;
   color:#333; /* #333 */
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 5px 0;
   padding:3px 0 0 0;
   text-align:right;
   background:url("http://www.kokoronet.ne.jp/images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 8px;
   font-size:8pt;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:13pt;
   color:#333; /* #333 */
   background: url("http://www.kokoronet.ne.jp/images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   /* padding:5px 0; */
   font-style:normal;
   font-size:8pt;/* 12px相当 */
   text-align:center;
   color:#ffffff;
}

.manual_top {
   width:600px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
   font-size:10pt; /* 113%; /* 15px相当 */
   line-height:1.3em;
}

.manual_h2 {
   margin-bottom:2px;
   padding:2px 2px 2px 0px;
   color:#333; /* #5A5132; */
   font-size:13pt; /* 113%; /* 15px相当 */
   font-weight:bold;
   height:28px;
   text-align:center;
   /* border-bottom:3px double #5A5132; */
   background:url("http://www.kokoronet.ne.jp/images/h2back.png") 0 0 repeat-x;
}

.order_top {
   width:800px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
   font-size:10pt; /* 113%; /* 15px相当 */
   line-height:1.3em;
}

.order_contents_normal {
   line-height:1.2em;
   font-size: 8pt;
   /* line-height: 14pt; */
   color: #333; /* #333 */
}

.order_contents_normal_7p {
   line-height:1.2em;
   font-size: 8pt;
   /* line-height: 14pt; */
   color: #333; /* #333 */
}


.order_contents_green {
   line-height:1.2em;
   font-size: 8pt;
   /* line-height: 14pt; */
   color: #669966;
}

.order_contents_white {
   line-height:1.2em;
   font-size: 8pt;
   /* line-height: 14pt; */
   color: #ffffff;
}

.order_contents_white_7p {
   line-height:1.2em;
   font-size: 7pt;
   /* line-height: 14pt; */
   color: #ffffff;
}

.order_header {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.main_title {
   padding:1px 1px 1px 0;
   /* text-decoration: underline; */
   font-weight: bold;
   margin-bottom:2px;
   font-size:10pt; /* 100%;/* 14px相当 */
}

.main_chosha {
   line-height:1.2em;
   margin-top:8px;
   margin-left:9px;
   font-size:8pt; /* 100%;/* 14px相当 */
}

.main_margin {
	padding-left: 10px;
	padding-right: 10px;
}
.main_margin_bc {
	padding-left: 10px;
	padding-right: 10px;
	background: #EBFAFF; /* #fffaf0; #f5f5f5; */
}

.line {
	border-top: 4px ridge #33FF66;
	font-size: 10pt;
}

.moji_shinri {
	font-family:"Lucida Sans Unicode";
}


.style_1 { color: #CCCCCC }
.style_2 { color: #FF0000 }

.fsize {  font-size: 7pt; color: #222; }
.wmv {  font-size: 7pt; color: #3333FF; }
.qt {  font-size: 7pt; color: #009900; }
.flash {  font-size: 7pt; color: #FF0066; }



.15p { font-size: 15pt; }
.15_b { font-size: 15pt; font-weight: bold; }
.14p { font-size: 14pt; }
.14_b { font-size: 14pt; font-weight: bold; }
.13p { font-size: 13pt; }
.13_b { font-size: 13pt; font-weight: bold; }
.12p { font-size: 12pt; }
.12_b { font-size: 12pt; font-weight: bold; }
.12_gry_b {  font-size: 12pt; font-weight: bold; color: #666666; }
.12_grn_b {  font-size: 12pt; font-weight: bold; color: #339900; }

.11p		{	font-size: 11pt;	}
.11_b		{	font-size: 11pt;	font-weight: bold;	}
.11_blk		{	font-size: 11pt;	color: #000000;	}
.11_blk_b	{	font-size: 11pt;	font-weight: bold;	}
.11_gry		{	font-size: 11pt;	color: #666666;	}
.11_gry_b	{	font-size: 11pt; font-weight: bold; color: #666666; }
.11_gry_b_line	{	font-size: 11pt;	line-height: 20pt;	font-weight: normal;	color: #333333;	}
.11_wht		{	font-size: 11pt;	color: #FFFFFF;	}

.10p { font-size: 10pt; }
.10_b { font-size: 10pt; font-weight: bold; }
.10_blk {  font-size: 10pt;  color: #000000; }
.10_blk_b {  font-size: 10pt; font-weight: bold; }
.10_wht {  font-size: 10pt; color: #FFFFFF; }

.7_b {  font-size: 7pt; color: #000000; }


.btn2 {
	font-size: 11px;
	height:34px;
	width:149px;
	font-weight:normal;
	color:#ffffff;
	border:#ffffff;
	background-color:#ffffff;
	text-align:center;
	background:url("http://www.kokoronet.ne.jp/images/btn_g.png") 0 0 no-repeat;
}

.btn3 {
	font-size: 11px;
	height:34px;
	width:149px;
	font-weight:normal;
	color:#ffffff;
	border:#ffffff;
	background-color:#ffffff;
	text-align:center;
	background:url("http://www.kokoronet.ne.jp/images/btn_o.png") 0 0 no-repeat;
}

.btn4 {
	font-size: 12px;
	height:43px;
	width:175px;
	font-weight:normal;
	color:#ffffff;
	border:#ffffff;
	background-color:#ffffff;
	text-align:center;
	background:url("http://www.kokoronet.ne.jp/images/btnb_g.png") 0 0 no-repeat;
}



div#agreement{
	margin:5px 0 0 20px;
	width:575px;
}

div#agreement div.inner div.body{
	line-height:1.4;
}

div#agreement div.inner div.body a {
   color:#008020; /* #E79E00; */
   text-decoration:none;
}

div#agreement div.inner div.body a:hover {
   color:#008020; /* #E79E00; */
   text-decoration:underline;
}

div#agreement div.inner div.body li a {
   color:#008020; /* #E79E00; */
   text-decoration:none;
}

div#agreement div.inner div.body li a:hover {
   color:#008020; /* #E79E00; */
   text-decoration:underline;
}

div#agreement div.title{
	font-size:10px;
	padding:6px 12px 5px 12px;
	background:#999999;
	color:#FFFFFF;
	line-height:1.2em;
}

div#agreement div.inner{
	width:575px;
	height:200px;
	overflow-y:scroll;
	border:solid #CCCCCC;
	border-width:0 1px 1px 1px;
}

div#agreement div.inner div.body{
	margin:0 auto;
	padding:18px 0 0 0;
	width:540px;
}

div#agreement div.inner div.body p{
	font-size:10px;
	margin:0 0 18px 0;
}

div#agreement div.inner div.body dl dt{
	padding:0 0 0.3em 0;
}

div#agreement div.inner div.body dl dd{
	padding:0 0 1.5em 0;
}

div#agreement div.inner div.body dl dd p{
	margin:0;
}

.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}


.kakumaru	{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.backc_gl	{
	background:#ddffdd;
	border:1px solid #999;
	padding:5px 10px;
}

.backc_gr	{
	background:#ddffdd;
	margin:5px;
	padding:5px 10px;
}

.backc_or	{
	background:#ffead5;
	margin:5px;
	padding:5px 10px;
}
