
/* Reset ------------------------------------------------------------------ */

html,body,div,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,p,hr,
th,td ,img{
    margin: 0;
    padding: 0;
}

/*block element
--------------------------*/
div,h1,h2,h3,h4,p,dl,dt,dd,ul,ol {display: block;}
h1,h2,h3,h4 {font-size: 100%;font-weight: normal;}

.anemone{
	background:url(img/anemone.png) no-repeat right bottom;
}
/*inline element
--------------------------*/
a {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a img,:link img,:visited img {
    border: none;
}
p{margin-bottom:15px;}
/*list element
--------------------------*/
ul,ol {
	list-style: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

caption,th {text-align: left;}
th,td{padding:5px; border:1px solid #CCC;}

address {font-style: normal;}

#pagetop {clear:both; text-align:right;padding:5px;}
#pagetop a{	padding-left:20px; 	background:url(img/arrow_top.png) no-repeat left 50%; text-decoration:none;}
#pagetop a:hover{text-decoration:underline;}

/* Layout ------------------------------------------------- */
body{
font:16px/1.5 "ƒƒCƒŠƒI", Meiryo, Arial, "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
color:#252525;
background:url(img/body_bg.png) repeat-x;
-webkit-text-size-adjust: none;
}


/* ƒŒƒCƒAƒEƒg
------------------------------------------------------------*/
#wrapper, .inner{margin:0 auto;width:980px;}
#header{background-color:#E5004A; color:#FFF; font-size:12px;}
#content{float:right; width:700px; padding:0 0 10px;}
#sidebar{float:left; width:260px; padding:0 0 10px;}
#footer{clear:both;padding-top:20px;} 

/* Navigation --------------------------------------------- */
ul#navi{
	border:1px solid #CCC;
	border-radius:10px;
}
ul#navi li{
	margin:10px auto;
	width:230px;
}
ul#navi a{
	display:block;
	width:230px;
	line-height:39px;
	padding-left:15px;
	text-decoration:none;
	color:#FFF;
	font-size:19px;
	background:url(img/nav_bg.png) no-repeat;
}
ul#navi a:hover{ background-position:0 -39px;}

/* ƒwƒbƒ_[-------------------------------------------- */
#header {margin-bottom:5px;}
#header h1{float:left;}
#header p {text-align:right;}

/* ƒTƒCƒh---------------------------------------------- */
#mainImg,#logo,#bana{margin-bottom:30px;}
#sidebar #sideinner{background-color:#FFFFEC; font-size:14px;padding:10px 0; margin-bottom:20px;}
#bana li{text-align:center;}
#sidecont{	margin:0 auto 10px;}
#sidecont dt{
	font-weight:bold;
	padding:5px 0 0 25px;
	font-size:16px;
	background:url(img/arrow_list.png) no-repeat left 45%;
}
#sidecont dt:first-child{background:none !important; padding-left:5px;}
#sidecont dd{margin-left:10px; padding:5px;}
#lets li{margin-bottom:10px;}

/* footer---------------------------------------------- */
#footer{border-top:5px solid #093; font-size:14px;}
#footer address{float:right;}
#footer p{float:left;}
#footer a{color:#333; text-decoration:none;}
#footer a:hover{text-decoration:underline;}


/* Utilities ------------------------------------------ */

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.fleft{float:left; margin:0 15px 15px 0;}
.fright{float:right; margin:0 0 15px 15px;}
.MG-B10{margin-bottom:10px !important;}
.MG-B20{margin-bottom:20px !important;}
.MG-B30{margin-bottom:30px !important;}
.MG-B40{margin-bottom:40px !important;}
.indent{text-indent:1em}
.section{margin:0 10px;}
.box{margin:10px;}
.boxborder{border :1px solid #ccc; padding:15px;}
.bold{font-weight:bold;}
.border{border-bottom:1px solid #444;}
.TXT-LL{font-size:1.2em;}
.TXT-L{font-size:1.1em;}
.TXT-S{font-size:0.8em;}
.red{color:#C00;}
.blue{color:#036;}
.brown{color:#C60;}
.brown2{color:#996600;}
.deci{list-style:decimal; padding-left:25px;}
.squ{list-style:square; padding-left:25px;}
.disc{list-style:disc; padding-left:25px;}
.deci li,
.squ li,
.disc li{margin-bottom:5px;}
.inline li{ float:left; white-space:nowrap;margin-right:25px;}
.vtop{vertical-align:top;}
.clear{clear:both;}
/**** Clearfix ****/
.clearfix:after{content:""; display: table;clear: both;}

/* Content---------------------------------------------------------------------- */
h2,h3,h4{margin-bottom:15px;}

h3.ti{border-bottom:1px solid #111;padding:3px 5px; font-size:17px; font-weight:bold;}
h4.ti{font-weight:bold;background-color:#F0F0E1; padding:5px 10px;}

/* toppage------------------------------------------------------- */
ul#info{margin-left:20px;}
ul#info li{
	width:360px;
	border:1px solid #CCC;
	border-radius:15px;
	margin-bottom:30px;
}

#info dl{
	position:relative;}

#info img#karada{
	position:absolute;
	top:-20px;
	left:-20px;
}
#info dd{padding:20px ;}
#info img#kokoro{
	position:absolute;
	top:-20px;
	right:-20px;
}

#topics{
	margin-bottom:50px;
	padding-right:5px;
	background:url(img/anemone.png) no-repeat right 50%;
}
#topics li{
	background:url(img/arrow_list2.png) no-repeat left 1px;
	padding-left:25px;
	margin-bottom:10px;
}
#topics li:last-child{background:none;text-align:right;}

/* greeting--------------------------------------------------*/
div#greet{
	width:440px;
	float:right;
}
table#caree th{	border:none;padding:10px 0;}
table#caree td{	border-width:0 0 1px 0; padding:10px 0;}
table#caree{
	width:100%;
	margin-bottom:15px;
	margin-top:30px;
}
table#caree th{width:8em;vertical-align:top;}
table#caree caption{font-weight:bold; font-size:1.2em; padding:0 0 10px 5px;}
ul#sisetu li{
	float:left;
	width:220px;
	margin-bottom:15px;
}
li.mar15{
	margin-right:15px;
}
dl.clip dt{
	font-weight:bold;
	border-bottom:1px solid #42662B;
	margin-bottom:5px;
}


/* guide-----------------------------------------------------*/

ul.bg{background:url(img/img_guide1.png) no-repeat right bottom;}
ul.arrow li{background:url(img/arrow.png) no-repeat left 0px; padding-left:30px; margin-bottom:15px;}
ul.arrow ul{margin:15px 0;}
ul.arrow li li{background:url(img/arrow2.png) no-repeat left 49%; padding-left:20px;}


/* psycology-------------------------------------------------*/
div#contpsy1{
	background:url(img/img_psychology1.png) no-repeat left top;
	padding-left:170px;
	margin-top:20px;
	margin-bottom:40px;
}
div#contpsy1 h4{
	font-size:17px;
	font-weight:bold;
	line-height:2.0;
	padding-left:10px;
	border-left:5px solid #F06;
	border-bottom:1px dotted #F06;
}
div#contpsy2{
	background:url(img/img_psychology2.png) no-repeat left top;
	padding-left:170px;
	margin-top:20px;
	margin-bottom:50px;
}
div#contpsy2 h4{
	font-size:17px;
	font-weight:bold;
	line-height:2.0;
	padding-left:10px;
	border-left:5px solid #093;
	border-bottom:1px dotted #093;
}
.arrow li{
	background:url(img/arrow_list2.png) no-repeat left 6px;
	padding-left:15px;
}
/* access----------------------------------------------------*/
table#timetable{
	margin:15px auto 30px;
}
table#timetable th,
table#timetable td{
	padding:5px;
}
table#timetable thead th{
	background-color:#F8F6E2;
	font-weight:bold;
	text-align:center;
}
table#timetable tbody th{
	font-weight:normal;
	text-align:left;
}
table#timetable tr.ty1 td{
	width:50px;
	font-size:15px;
	text-align:center;
	font-family:"‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
}
table#timetable tr.ty1 th{
	width:30%;
}
table#time {
	margin:15px auto;
}
table#time th,
table#time td{
	line-height:1.5;
	border:1px solid #666;
	padding:5px ;
}
table#time th{
	width:27%;
	font-weight:bold;
	background-color:#F8F6E2;
}

.entry ul,.entry ol{
	padding-left:1.5em; 	
}
.entry ul li{
	list-style: disc;
}
.entry ol li{
	list-style: decimal;
}

/* locus (ƒpƒ“‚­‚¸j------------------------------------------------------------ */

div#locus {
    width: 900px;
	margin-bottom:10px;
	text-align:left;
}

@media print {
    * {
        overflow:visible !important;
    }
}