/* formatting style 
----------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.4;
	color: #333333;
	background-color: #bbbbbb;
}
hr {
	display: none;
}
/* link style 
----------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout 
----------------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 638px;
	margin-bottom: 20px;
}
#sidebar {
	float: left;
	width: 180px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #eeeeee;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	clear: both;
	padding-top: 15px;
}
/* header styles 
----------------------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 310px;
	border-top: 3px solid #6600FF;
	position: relative;
}
#header #logo {
	float: left;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 283px;
	clear:left;
}
#header ul li {
	float: left;
	list-style: none;
}

#header ul li a {
	line-height: 2em;
	color: #666666;
	text-decoration: none;
	background-color: #dddddd;
	text-align: center;
	display: block;
	height: 2em;
	width: 120px;
	border-top: 3px solid #6699FF;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #e8ecf5;
}
#annai #header #nannai a,
#zigyo #header #nzigyo a,
#profile #header #nprofile a,
#portfolio #header #nportfolio a,
#works #header #nworks a,
#gyomu #header #ngyomu a,
#studio #header #nstudio a,
#goods #header #ngoods a,
#faq #header #nfaq a,
#contact #header #ncontact a,
#nagare #header #nnagare a,
#policy #header #npolicy a,
#link #header #nlink a, {
	color: #FFFFFF;
	background-color: #828ca7;
}
/*  main stuyles
----------------------------------------------*/

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 20px;
	border-top: 3px solid #3366CC;
	border-bottom: 1px dotted #666666;
	background-image: url(picture/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear:both;
}

#main h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	clear:both;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #0C0;
	border-bottom-color: #666666;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#annai #main h3 {
	margin-bottom: 0px;
	font-size: 120%;
	font-weight:bold;
	padding: 4px 0px 0px 4px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}


#main p {
	line-height: 1.4;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 10px;
	padding-left: 15px;
}
#main dl#news dd {
	margin-bottom: 15px;
	margin-left: 7em;
}

#main  a  {
	line-height: 1.8;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
#main  a:hover  {
	line-height: 1.8;
	font-weight: bold;
	color: #6633FF;
	text-decoration: underline overline;
	text-align: right;
}
#main  em   {
	font-weight: bold;
	color: #390;
}
#main  strong   {
	font-weight: bold;
	color: #C03;
}
#main img {
	padding: 5px;
}
#main p.col {
	margin-left: 30px;
}
#main #haiti img {
	background-color: #ddeeff;
	display: block;
	margin-right: 10px;
	float: left;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 2px;
	margin-left: 5px;
	clear: left;
}
#main #haiti h3 {
	background-color: #39F;
	text-align: center;
	height: 1.8em;
	color: #FFF;
	font-size: 1.4em;
	margin-left: 0px;
	clear: none;
}
#main #haiti p {
}
#main #haiti p {
	display: block;
}
#main #haiti {
	clear: both;
}
#main #haiti div {
	clear: left;
}
#main li {
	margin-left: 25px;
}
#main ul {
	margin-bottom: 15px;
}


/* sidebar styles 
----------------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
	clear: left;
}

#sidebar h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

#sidebar h4 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}


#sidebar ul {
	background-color: #efefef;
	position: static;
}
#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	line-height: 2em;
	color: #666666;
	text-decoration: none;
	background-color: #f0f6ff;
	text-align: center;
	display: block;
	height: 2em;
	width: 170px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #6699FF;
	border-right-color: #999;
	border-bottom-color: #999999;
	border-left-color: #CCC;
}

#sidebar ul li a.dai {
	line-height: 2em;
	color: #666666;
	text-decoration: none;
	background-color: #ffffff;
	text-align: center;
	display: block;
	height: 2em;
	width: 160px;
	border-top: 2px solid #99dd99;
	border-right-color: #999;
	border-bottom: 2px double #999999;
	border-left-color: #CCC;
	margin-left: 10px;
}

#sidebar ul li a:hover {
	background-color: #bbbbdd;
	margin-left: 3px;
}
#sidebar ul li a.dai:hover {
	background-color: #ededf5;
	margin-left: 13px;
}


#teian #sidebar #nteian a,
#annai #sidebar #nannai a,
#studio #sidebar #nstudio a,
#shohin #sidebar #nshohin a,
#shohin_a #sidebar #nshohin_a a,
#shohin_m #sidebar #nshohin_m a,
#shohin_sa #sidebar #nshohin_sa a,
#shohin_sb #sidebar #nshohin_sb a,
#shohin_cut #sidebar #nshohin_cut a,
#shohin_save #sidebar #nshohin_save a,
#zinbutsu #sidebar #nzinbutsu a,
#zinbutsu_a #sidebar #nzinbutsu_a a,
#zinbutsu_b #sidebar #nzinbutsu_b a,
#zinbutsu_c #sidebar #nzinbutsu_c a,
#zinbutsu_d #sidebar #nzinbutsu_d a,
#zinbutsu_e #sidebar #nzinbutsu_e a,
#shucho #sidebar #nshucho a,
#shucho_kk #sidebar #nshucho_kk a,
#shucho_s #sidebar #nshucho_s a,
#shucho_h #sidebar #nshucho_h a,
#shucho_r #sidebar #nshucho_r a,
#shucho_ke #sidebar #nshucho_ke a,
#shucho_shohin #sidebar #nshucho_shohin a,
#shucho_butai #sidebar #nshucho_butai a,
#shucho_enso #sidebar #nshucho_enso a,
#shucho_ivent #sidebar #nshucho_ivent a,
#shucho_p #sidebar #nshucho_p a,
#shucho_save #sidebar #nshucho_save a,
#shucho_school #sidebar #nshucho_school a,
#nagare #sidebar #nnagare a,
#gashori #sidebar #ngashori a,
#mitsumori #sidebar #nmitsumori a,
#kakaku #sidebar #nkakaku a,
#sakuhin #sidebar #nsakuhin a,
#access #sidebar #naccess a,
#tsusin #sidebar #ntsusin a,
#policy #sidebar #npolicy a,
#free #sidebar #nfree a,
#tora #sidebar #ntora a,
#link #sidebar #nlink a, {
	color: #FFFFFF;
	background-color: #828ca7;
}




/* footer styles 
----------------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq 
----------------------------------------------*/
#main dl#faqlist dt {
	font-weight: bold;
	background-image: url(picture/Q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main #faqlist dd {
	line-height: 1.8;
	background-image: url(picture/A.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main #faqlist {
	margin-left: 20px;
}

/* table 
----------------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#main table td {
	padding: 5px 15px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #ffffff;
	background-color: #eeeeee;
}

#main table th.col {
	text-align: center;
	background-color: #f0f6ff;	

}

#main table td.col {
	background-color: #f0f6ff;	
}

#main #hyo table {
	margin-bottom: 15px;
	border: 2px solid #666;
	border-style: solid;
	border-collapse:collapse;
}
#main #hyo table th {
	text-align: center;
	padding: 2px 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #666;
}
#main #hyo table td {
	padding: 2px 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #666;
	background-color: #fff;
	text-align:right;
}
#main table h3 {
	color: #333;
	text-align: center;
}


/* form 
----------------------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	height: 120px;
	width: 300px;
	overflow: auto;
}


#home #main em {
	font-weight: bold;
	color: #0033FF;
}
