@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 1.6;
	text-align: center;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color:#36F;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}

/* Float解除　clearfix 
------------------------------*/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	position:relative;
}

/* Hides from IE-mac */
* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* End Hides from IE-mac 
------------------------------*/


/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 910px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;

}

#wrapper #top {
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
}

#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 10px;
}
#sidebar {
	padding: 15px 0px 15px 20px;
	margin-left:10px;
	float: left;
	width: 275px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/Top_header01.swf);
	background-repeat: no-repeat;
	height: 360px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#profile #header {
	background-image: url(images/bg.gif);
}
#works #header {
	background-image: url(images/bg.gif);
}
#faq #header {
	background-image: url(images/bg.gif);
}
#contact  #header {
	background-image: url(images/bg.gif);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 10px;
}
#header ul {
	background-color: #FFFFFF;
	width: 908px;
	position: absolute;
	left: 0px;
	top: 320px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 180px;
	height: 2.0em;
	line-height: 2.0em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#faq #header #nFaq a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 80px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main dl#news dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



/* sidebar styles
------------------------------*/
#home-sidebar {
	padding: 15px 0px 15px 0px;
	margin-bottom: 20px;
	float: left;
	width: 290px;
}

.top-logo{
	width:250px;
	margin-left:30px;
	padding:10px 0px 0px 5px;
}

#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 260px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* 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;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
------------------------------*/
#main dl#faqList dt  {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}



/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	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;
	font-size: 110%;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main table tr.odd {
	background-color: #EFEFEF;
}

/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* 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 {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#faq #wrapper #main img {
/*	margin: 5px;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 0px solid #CCCCCC;
	clear: both;
	*/
	margin-right: 10px;
	float: left;
}





/* sitemap
------------------------------*/
#sitemap-table {
	width: 800px;
	margin-left: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999999;
	height: 600px;
	clear: right;
	float: left;
	margin-bottom: 20px;
}
#sitemap-table table {
	line-height: 2em;
	font-size: 14px;
}
#sitemap-table table td {
}
#sitemap-table table td a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
#sitemapPrivacy-h1 {
	width: 500px;
	margin-left: 20px;
}
#privacy-h2 {
	width: 600px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#privacy-p {
	height: 540px;
	width: 700px;
	margin-left: 50px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5em;
}



#profile-wrapper {
	background-color: #FFFFFF;
	width: 720px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top:20px;
	padding-bottom:40px;

}

#sub_profile {
	width: 640px;
	margin: 0px 40px;
}

.sub_profh1 {
	font-size: 24px;
}

.sub_profh2 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}

.prof-gaiyotable {
	width:600px;
	border-top: 1px solid #CCCCCC;
	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;
	font-size: 110%;
	margin-right: auto;
	margin-left: 20px;
	margin-bottom:40px;
}

.prof-gaiyotable th {
	width:25%;
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.prof-gaiyotable td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.prof-gaiyotable tr.odd {
	background-color: #EFEFEF;
}




.prof-phototable{
	width:620px;
	border:none;
	margin-top:0px;
	margin-left:20px;
	padding-top:0px;
}

.prof-phototable th{
	border:none;
	text-align:left;
	padding-left:10px;
	font-size:0.8em;
	padding-top:20px;
}

.prof-phototable td{
	width:300px;
	text-align:center;
	border:none;
}

#sub_map {
	width: 520px;
	margin: 20px 40px;
}



/* Topics
------------------------------*/
#topics-head{
	height: 80px;
	border-bottom: 3px solid #FF6600;
	position: relative;
	padding-top:20px;
	padding-left:280px;
	background-image: url(topics/imges/HaradaLogo.png);
	background-repeat: no-repeat;
	background-position: 20px;
	margin-bottom:20px;
}

#topics-head ul {
	background-color: #FFFFFF;
	width: 908px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#topics-head ul li {
	list-style: none;
	float: left;
}
#topics-head ul li a {
	width: 180px;
	height: 2.0em;
	line-height: 2.0em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#topics-head ul li a:hover {
	background-color: #E8ECF5;
}

#topics-head ul li#nHome a {
	border-left-style: none;
}

#topics p{
	font-size:1.2em;
	font-weight:bold;
	border-bottom:#CCC 1px dashed;
	background:url(images/bullet.gif) left repeat-y;
	padding-left:20px;
}

#wrapper #topics-h1 {
	width: 500px;
	margin-top:10px;
	margin-left: 20px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #339900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}

#wrapper #topics-h2 {
	width: 100%;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 18px;
}


#wrapper #topics-p2 p {
	font-size: 14px;
	width: 600px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: repeat-y;
	background-position: 1px;
}

#wrapper #topics-p {
	margin-left: 50px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
#wrapper #topics-img {
	height: 320px;
}

#wrapper #topics-img img {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}


.topics-img{
	width:880px;
	margin-top:20px;
	margin-bottom:20px;
/*	text-align:center;*/
}

.topics-img li{
	float:left;
	width:410px;
	padding-left:40px;
	display:inline;
}

.topics-text li{
	float:left;
	margin-left:20px;
	width:400px;
	text-align:center;
}





/* Brand　img
------------------------------*/
.brand{
	clear:left;
	height:90px;
	margin:10px 5px;
	border-bottom:3px dotted #999;
}

.arrow2{
	padding-left:20px;
	background:url(images/arrow2.gif) left no-repeat;
}

/* common
------------------------------*/
.mgr-b20{
	margin-bottom:20px;
}

.mgr-b60{
	margin-bottom:60px;
}

.mgr-b200{
	margin-bottom:200px;
}

.mgr-t20{
	margin-top:20px;
}

.mgr-r20{
	margin-right:20px;
}

.mgr-l20{
	margin-left:20px;
}

.txt-right{
	text-align:right;
}

.txt-center{
	text-align:center;
}

.line-h120{
	line-height:1.2em;
	
}

