@charset "utf-8";
/*
 * Title : Style CSS
 * LastUpdate : 2008/6/15
 * Auther : itc)iriuchi
 * -----
 * (Search Key =XX)
 * =1 global setting
 * =1.1 body setting
 * =2 default tag setting
 * =3 wrapper
 * =4 header_logo
 * =5 header_menu
 * =6 main_contents
 * =7 sidebar
 * =8 contents
 * =9 footer
 * =10 top page setting
 * =11 search form
 *
 *
 */

/* =1 *** global setting *** */
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


/* =1.1 *** body(text/face setting) *** */
html, body {
	/* font-family: "ＭＳ 明朝", "ヒラギノ明朝 Pro W3", 細明朝体, "ＭＳ Ｐ明朝", Georgia, "Times New Roman", serif; */
	font-family: "メイリオ",Meiryo, "IPA Pゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	background-color: white;
	background-image: url("images/background_img.png");
	background-position:top left;
    background-repeat:repeat-y;
	color: #444;
	height: 100%;
}

/* =2 *** default tag setting *** */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,caption {
	letter-spacing: 1px;
	line-height: 1.66;
	font-size: small;
	text-align: left;
}
img {
	border: none;
}
table {
	margin-top: 5px;
	border-top: 1px solid #CCC;
	border-collapse: collapse;
}
caption {
	text-align: left;
	padding-bottom: 8px;
	font-size: small;
	font-weight: bold;
}
th {
	background: #DDD;
}
* td,th {
	border-bottom: 1px solid #CCC;
	letter-spacing: 1px;
	line-height: 1.2;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
hr {
	height: 1px ;
	border-color: #CCC;
}

/* =3 *** wrapper */
#wrapper {
	position: relative;
	min-height: 100%;
	_height: 100%;	/* for IE6 */
	min-width: 750px;
	width: 750px;
}

/* =4 *** header_logo */
#header_logo {
	background-image: url(images/background_top.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 80px;
}
#header_logo #logo {
	background-image: url(images/logo_s.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 28px;
	left: 15px;
	width: 120px;
	height: 55px;
}

#header_logo #company_name {
	position: absolute;
	line-height: 1.2;
	font-size: large;
	top: 63px;
	left: 140px;
	margin-left: 10px;
	text-decoration: none;
	color: #404040;
}

/* =5 *** header_menu */
#header_menu {
	width: 100%;
	background-color: #111;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: small;
	height: 25px;
}
#header_menu ul{
	display: inline;
	height: 25px;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
	background-position: top left;
	background-repeat: no-repeat;
}
#header_menu li{
	float: left;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0;
	font-size: small;
	vertical-align: bottom;
	list-style-position:outside;
}
#header_menu li a{
	display: block;
	width: 150px;
	height: 25px;
	background-image: url(images/btn_menu_off.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	line-height: 2.0;
	color: #FFF;
}
#header_menu li a:hover, #header_menu li.current_page_item a, #header_menu li.current_page_parent a{
	display: block;
	background-image: url(images/btn_menu_on.png);
	background-repeat: no-repeat;
	background-color: #333;	/* for IE6 */
	color: #FFF;
}
#header_menu a:hover{
	display: block;
	background-image: url(images/btn_menu_on.png);
	background-repeat: no-repeat;
	background-color: #333;	/* for IE6 */
	color: #FFF;
}
#header_menu ul li img{
	width: 150px;
	margin: 0;
	padding: 0;
}
#header_menu a:hover img{
	visibility: hidden;
}

/* =6 *** main_contents */
#main_contents {
	margin-top: 5px;
	vertical-align: top;
	padding-bottom: 25px;
	width: 750px;
/*	text-align: justify;
	text-justify: inter-ideograph; */	/* for IE */
}

#img_bnr {
	background-image: url("images/bnr_business.png");
	height: 120px;
	width: 750px;
}

/* =7 *** sidebar *** */
#sidebar {
	margin-top: 10px;
	float: left;
	width: 220px;
}
#sidebar li {
	margin-left: 0px;
}
#sidebar img{
	margin-left: 5px;}

#sub_menu{
	margin-left: 0px;
}

#sub_menu li{
	width: 180px;
	margin-top: 0px;
	padding: 0;
	font-size: small;
}
#sub_menu li a{
	display: block;
	width: 180px;
	height: 23px;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 0px;
	color: #FFF;
	background-image: url(images/marker_m1.png);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	background-color: #333;
	border-top: solid 1px #444;
	border-left: solid 1px #444;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
}
#sub_menu li.current_page_item a{
	background-color: #222;
	border-top: solid 1px #444;
	border-left: solid 1px #444;
	border-right: solid 1px #111;
	border-bottom: solid 1px #111;
}
#sub_menu li a:hover{
	background-color: #222;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	border-right: solid 1px #444;
	border-bottom: solid 1px #333;
}

/* =8 *** right_contents *** */
#right_contents {
	margin-top: 5px;
	padding-right: 5px;
	float: right;
	width: 525px;
}
#right_contents dl,ul,ol,li,pre,p,blockquote,fieldset,input,table,caption,iframe {
	margin-left: 20px;
}
#right_contents h2 {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: -5px;
	margin-bottom: 5px;
	border-left: solid 15px #000;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding-left: 20px;
	padding-top: 5px;
	font-size: medium;
	background-color: #DDD;
	background-image: url(images/marker1.png);
	background-position: 20px 12px;
	background-repeat: no-repeat;
}
#right_contents h3 {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: -5px;
	margin-bottom: 5px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding-left: 35px;
	padding-top: 5px;
	font-size: medium;
	background-color: #DDD;
}
#right_contents h4 {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: -5px;
	margin-bottom: 5px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding-left: 35px;
	padding-top: 5px;
	font-size: medium;
}
#right_contents h5 {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: -5px;
	margin-bottom: 5px;
	padding-left: 35px;
	padding-top: 5px;
	font-size: medium;
	background-color:#DDD;
}
#right_contents h6 {
	margin-top: 8px;
	margin-left: 0px;
	margin-right: -5px;
	margin-bottom: 5px;
	padding-left: 35px;
	padding-top: 3px;
	font-size: medium;
	background-image: url(images/marker1.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
}
#right_contents dd {
	margin-top: -5px;
	padding-left: 100px;
	border-bottom: 1px solid #CCC;
}
#right_contents dl.noline dd {
	margin-top: -2px;
	padding-left: 30px;
	border-bottom: none;
	background-image: url(images/marker2.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
#right_contents li {
	padding-left: 20px;
	background-image: url(images/marker2.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
#right_contents li.tree1 {
	margin-left: 20px;
	background-image: none;
	background-image: url(images/marker_m1.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
#right_contents li.tree2 {
	margin-left: 40px;
	background-image: none;
	background-image: url(images/marker_m1.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
#right_contents li.tree3 {
	margin-left: 60px;
	background-image: none;
	background-image: url(images/marker_m1.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
#right_contents strong {
	margin-left: 0px;
	text-decoration: none;
	color: #00F;
}
#right_contents em {
	text-decoration: none;
	margin-left: 0px;
	color: #00F;
}
#right_contents p.indent {
	text-indent: 1em;
}
#right_contents p.kome {
	text-indent: -1em;
}
#right_contents .photo_l img {
	border: solid 1px #888;
}
#right_contents .photo_r img {
	border: solid 1px #888;
}
#right_contents .photo_l {
	float: left;
	width: auto;
	height: auto;
	margin: 8px 8px 8px 8px;
	line-height: 0;
}
#right_contents .photo_r {
	float: right;
	width: auto;
	height: auto;
	margin: 8px 8px 8px 8px;
	line-height: 0;
}
#right_contents .clear_float {
	clear: both;
}
#right_contents a {
	text-decoration: none;
}
#right_contents a:hover {
	text-decoration: underline;
}

#foot_contents_dmy {
	clear: both;
	margin-top: 10px;
	height: 20px;
}

/* =9 *** footer *** */
#footer {
	position: absolute;
	clear: both;
	bottom: 0px;
	margin-bottom: 2px;
	color: white;
	font-size: small;
	text-align: right;
	width: 750px;
	height: 20px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
}
#footer address {
	font-style: normal;
}

#footer ul{
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}

#footer li{
	display: inline;
	list-style-type: none;
}

#footer a {
	font-size: small;
	letter-spacing: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: white 1px solid;
}

#footer a:link {
	color: white;
	text-decoration: none;
}
#footer a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #FFB6C1;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}


/* =10 *** toppage *** */
body#toppage {
	background-image: none;
	background-color: #E5E5E5;
	color: #111;
	height: 100%;
}

body#toppage #header_logo {
	background-image: none;
	height: 80px;
}
body#toppage #header_logo #logo {
	background-image: url(images/logo_s_g.png);
	background-repeat: no-repeat;
}

body#toppage #wrapper {
	position: relative;
	min-height: 500px;
	min-width: 800px;
	width: 100%;
}

body#toppage #header_menu {
	position: absolute;
	width: 100%;
	background-color: #111;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
	margin-top: 330px;
	margin-bottom: 5px;
	z-index: 3;
}

body#toppage #pc_img {
	float: right;
	width: 416px;
	height: 361px;
	margin-top: 100px;
	margin-right: 20px;
	background-color: #FFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

body#toppage #pc_img #pc_photo {
	height: 281px;
	background-image: url(images/pc.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

body#toppage #pc_img #copyright {
	float: right;
	margin-right: 3px;
	margin-top: 331px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: x-small;
	color: #444;
	z-index: 3;
}


/* =11 *** search form *** */
#searchsubmit {
	border: solid 1px #BBB;
	color: #444;
	font-size: x-small;
	background-color: #DDD;
}
