﻿@charset "utf-8";
/*
	Site Name: Youkobo
	Description: initial setting
	Version: 1.0
	Author: Kazupico Isoyoung of Office SMJ
*/

/*
===== CONTENTS ===========================================

	1: universal reset
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: form setting
	4: link setting
	5:Miscelaneous
	6:Layout

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

html, body {
	background: #ffffff url(img/bg.png) repeat-y center;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3',Osaka;
	margin: 0px;
	padding: 0px;
	color: #666666;
	text-align: center; /* box centering */
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div,p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.45em;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	/* color: #404040; */
}

h1,
h2 {
	height: 48px;
	margin-bottom: 10px;
	background-image: url(img/caption.png);
	background-repeat: no-repeat;
	border-bottom: 1px #eeeeee dotted;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-indent: 38px;
	line-height: 48px;
	letter-spacing: 0.1em;
}

h2 {
	margin-top: 50px;
}

h1 a,
h2 a {
	color: #404040;
}

h3 {
	margin-bottom: 10px;
	/* margin-left: 10px; */
	padding-left: 5px;
	border-bottom: 1px #eeeeee dotted;
	border-left: 5px #a83345 solid;
	font-size: 14px;
	font-weight: bold;
	color: #a83345;
	letter-spacing: 0.1em;
}

p {
	margin: 0px 0px 20px 10px;
	font-size: 14px;
	line-height: 1.45em;
}
.color-red {
	color: #CC0000;
}
.color-green {
	color: #006666;
}

dl{
	list-style: none;
	padding: 0 15px;
	margin: 0;
	font-size: 12px;
	padding-bottom: 2em;
}

dt{
	color: #322009;
	font-weight: normal;
	font-size: 12px;
}

dd{
	list-style: none;
	background: url(img/dot.png) left 0px no-repeat;
	padding: 1px 0 0.5em 0;
	margin: 0 0 0 -15px;
	text-indent: 23px;
	font-size: 12px;
}

table {
	margin : 0;empty-cells: show;
	font-size:10px;
}

td {
	padding:0.3em 1em;
}

tbody {
	font-size: 11px;
}

/* hr, */.areaAnchor,.anchor { display : none; }
img {
	border: none ;
	vertical-align: bottom;
}

ul.list {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
 
ul.list li {
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 0px 37px;
    background: url(img/arrow-green.png) no-repeat 20px 1px;
    list-style: none;
}

hr { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #ccc; 
	height: 1px; 
} 

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/

option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */@@@

form {
    margin: 0;
    font-size: 10px;
    }

/*
===== 4: link setting ===========================
*/

a {
	color: #ffffff;
	text-decoration: none;
}
a:hover,
a:active {
	color: #ffffff;
}
/* Hollyハック */
/* mac ie5 \*/
a {
	outline: 0;
}

/*
===== 5:Miscelaneous ===========================
*/

.shadow {
	float: left;
	background: url(img/shadow_001.png) right bottom;
	padding: 0 5px 5px 0;
	margin-right: 5px;
}

.small {
	font-size: small;
	color: #999999;
	font-weight: normal;
}

.stressed {
	font-size: large;
	color: #669933;
	font-weight: bold;
}

.right {
	color: #ffffff;
}

/*
===== 6:Layout ===========================
*/

div#wrapper {
  margin: 0;
  width: 520px;
  }
div#content {
  margin: 0;
  }
div.floatL {
  padding: 5px 0;
  float: left;
  width: 200px;
  text-align: left;
  }
div.floatR {
  padding: 5px 0;
  border: 0;
  float: left;
  width: 320px;
  text-align: left;
  }
span#title {
  font-weight: bold;
  font-size: 14px;
  }
br.clear {
  clear: both;
  }
  
.ft {
	width: 100%;
	background-color: #ffffff;
	border: 1px #eeeeee solid;
	color: #404040;
}

.ft:focus
{
	background-color: #eeffee;
	border: 1px #ddeedd solid;
	color: #408040;
	cursor: hand;
}

.fb {
	padding: 5px;
	background-color: #ffffff;
	border: 1px #eeeeee solid;
	color: #404040;
}

.fb:hover
{
	padding: 5px;
	background-color: #eeffee;
	border: 1px #ddeedd solid;
	color: #408040;
	cursor: hand;
}