@charset "utf-8";


/*
URL: http://www.hotaru-printing.com/
Version: 1.0
Date: 2008.10.15
Author: shimoyama
*/

/* @group General */

*{
	font-family:
    'Lucida Grande',
    Verdana,
    'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro',
    Osaka,
    'メイリオ',
    Meiryo,
    'ＭＳ Ｐゴシック',
    sans-serif;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

img { 
	border:0;
}

div fieldset{
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

abbr,acronym { border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

img.left {
	float: left;
	margin-right: 1em;
}

img.right {
	float: right;
	margin-left: 1em;	
}



/* @end */

/* @group clearfix */

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
    display:inline-table;
    /*\*/display:block;/**/
}

q:before,q:after {
	content:'';
}



/* @end */

/* @group Link */

a{
	text-decoration: none;
	color: #0D5537 ;
}

a.external{
   padding-right: 18px;
   background: transparent url(../images/icon_external.gif) no-repeat center right;
}

a:hover{
	color: #D51F75;
}



/* @end */

/* @group Form */

form fieldset div {
	padding: 0.25em 0;
}

div fieldset legend{
	font-size: small;
	font-weight: bold;
	margin-bottom: 1em;
	color: #666;
}

div input,
div select{
	font-size: x-large;
	color: #666;
}

div textarea {
	width: 460px;
	height: 100px;
	color: #666;
	font-size: medium;
}

div label { 
		margin-right: 10px;
		padding-right: 10px;
		width: 100px;
		display: block;
		float: left;
		text-align: right;
		position: relative;
}

span.error_coution {
	display: block;
	text-align: right;
	color: #990000;
}

div#submit{
	margin: 20px auto;
	width: 520px;
	text-align: center;
	background: #ccd;
	padding: 10px;
}

div#submit input {
	font-size: medium;
	color: #000;
	padding: 5px;
}



/* @end */

/* @group Body */

html, body {
	height: 100%;
	background: url(../images/background.jpg) repeat-x;
}

body#front {
	background: url(../images/toppage_background.jpg) repeat-x;
}



/* @end */

/* @group Table */

table {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
        color: #333;
        width: 500px;
        margin-bottom: 30px;
        border-collapse: separate;
        border-spacing: 1px;
}

th {
        padding: 5px;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        font-weight: bold;
        background: #666;
        color: #fff;
}

td {
        padding: 5px;
        width: 33%;
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
}

table caption{
	font-size: medium;
	font-weight: bold;
	padding-top:15px;
	padding-bottom: 5px;
	padding-left: 3px;
}

tr.even{
	background: #fff;
}

tr.odd{
	background: #fff;
}



/* @end */





/* @group #container */

div#container{
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px;
	/* the bottom margin is the negative value of the footer's height */
}



/* @end */

/* @group #header */

div#header p#hotaru_logo{
	margin: 0 0 38px 10px;
	width: 165px;
	height: 22px;
	position: relative;
	top: 18px;
	z-index: 1;
}

div#header p#hotaru_logo a:hover img{
	visibility: hidden;
}

div#header p#hotaru_logo a{
	display: block;
	width: 165px;
	height: 22px;
}

div#header p#hotaru_logo a:hover{
	display: block;
	width: 165px;
	height: 22px;
	background: url(../images/hotaru_logo_hover.gif) no-repeat;
}



/* @end */

/* @group #sub_navigation */

div#sub_navigation {
	position: absolute;
	top: 17px;
	width: 750px;
	text-align: right;
	z-index: 0;
}

div#sub_navigation ul#sub_navigation_list{
	display: block;
	text-align: center;
	float: right;
	padding: 3px 10px;
	font-size: 12px;
}

div#sub_navigation ul li{
	display: inline;
}

div#sub_navigation a{
	color: #666;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 13px;
	background:url(../images/sub_navigation_link.gif) 0 1px no-repeat;
}

div#sub_navigation li a:hover{
	color: #D51F75;
}

div#sub_navigation li.active a{
	color: #D51F75;
}


/* @end */

/* @group #global_navigation */

div#global_navigation {
	height: 35px;
}

div#global_navigation ul li{
	float: left;
}

div#global_navigation ul li a{
	display: block;
	height: 35px;
	width: 150px;
}

div#global_navigation ul li a:hover {
	background-color:transparent;
}

div#global_navigation ul li a:hover img{
	visibility:hidden;
}

div#global_navigation ul li.active a img{
	visibility:hidden;
}

div#global_navigation ul li.services a:hover{
	background: url(../images/navigation_hover.png) 0 -35px no-repeat;
}

div#global_navigation ul li.services.active a {
	background: url(../images/navigation_hover.png) 0 -70px no-repeat;
}

div#global_navigation ul li.overseas a:hover{
	background: url(../images/navigation_hover.png) -150px -35px no-repeat;
}

div#global_navigation ul li.overseas.active a{
	background: url(../images/navigation_hover.png) -150px -70px no-repeat;
}

div#global_navigation ul li.solution a:hover{
	background: url(../images/navigation_hover.png) -300px -35px no-repeat;
}

div#global_navigation ul li.solution.active a{
	background: url(../images/navigation_hover.png) -300px -70px no-repeat;
}

div#global_navigation ul li.csr a:hover{
	background: url(../images/navigation_hover.png) -450px -35px no-repeat;
}

div#global_navigation ul li.csr.active a{
	background: url(../images/navigation_hover.png) -450px -70px no-repeat;
}

div#global_navigation ul li.company a:hover{
	background: url(../images/navigation_hover.png) -600px -35px no-repeat;
}

div#global_navigation ul li.company.active a{
	background: url(../images/navigation_hover.png) -600px -70px no-repeat;
}



/* @end */

/* @group #fade */

div#fade{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}



/* @end */

/* @group #push */

div#push{
	clear: both;
	height: 180px; /* .push must be the same height as .footer */
}



/* @end */

/* @group #footer */

div#footer div#information p#copyright{
	display: block;
	margin-bottom: 1em;
}

div#footer div#information p{
	display: inline;
}

div#footer{
	height: 180px; /* .push must be the same height as .footer */
	clear: both;
	background: url(../images/footer_background.jpg) repeat-x;
}

div#footer div#information,
ul#bottom_link 
{
	width: 750px;
	position: relative;
	top: 30px;
	margin: 0 auto;
	padding: 10px 0;
	color: #666;
	font-size: small;
}



/* @end */

/* @group #feature */

div#feature {
	margin-top: 15px;
	width: 760px;
}

div#feature ul li{
	float: left;
}

div#feature ul li:last-child{
	margin-right: 0;
}

div#feature ul li.last-child{
	margin-right: 0;
}

div#feature ul li ul{
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-left: 15px;
}

div#feature ul li ul li{
	display: block;
	float: none;
	line-height: 1.7em;
}

div#feature ul li ul li a{
	background: none!important;
	width: 120px;
	color: #333;
}

div#feature ul li ul li a:hover{
	color: #D51F75;
}

div#feature ul li a{
	display: block;
	width: 150px;
}

div#feature ul li a span{
	font-size: 13px;
	display: block;
	padding-top: 75px;
	padding-left: 15px;
}

div#feature ul li a:hover {
	background-color:transparent;
}

div#feature ul li.services a{
	background: url(../images/feature_services.png) no-repeat;
}

div#feature ul li.services a:hover{
	background: url(../images/feature_services_f2.png) no-repeat;
}

div#feature ul li.overseas a{
	background: url(../images/feature_overseas.png) no-repeat;
}

div#feature ul li.overseas a:hover{
	background: url(../images/feature_overseas_f2.png) no-repeat;
}
div#feature ul li.solution a{
	background: url(../images/feature_solution.png) no-repeat;
}

div#feature ul li.solution a:hover{
	background: url(../images/feature_solution_f2.png) no-repeat;
}

div#feature ul li.csr a{
	background: url(../images/feature_csr.png) no-repeat;
}
div#feature ul li.csr a:hover{
	background: url(../images/feature_csr_f2.png) no-repeat;
}

div#feature ul li.company a{
	background: url(../images/feature_company.png) no-repeat;
}
div#feature ul li.company a:hover{
	background: url(../images/feature_company_f2.png) no-repeat;
}



/* @end */

/* @group #frontpage */

div#frontpage{
	width: 750px;
	margin-top: 10px;
	margin-bottom: 60px;
}



/* @end */

/* @group #topics */

div#topics {
	clear: left;
	width: 540px;
	float: left;
	font-size: small;
	color: #333;
	margin-right: 30px;
}

div#topics h2{
	margin-left: 10px;
	font-weight: bold;
	font-size: 15px;
	color:#0D5537 ;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	border-bottom: 3px solid #ccc;
}

div#topics dl{
	margin-left: 10px;
}

div#topics dl dt{
	display: block;
	font-weight: bold;
	color: #0D5537;
	margin-bottom: 5px;
	float: left;
	clear: left;
	width: 7em;
}

div#topics dl dd{

	margin-bottom: 1em;
}



/* @end */



/* @group #subtopics */

div#subtopics {
	float: left;
	width: 180px;
}

div#subtopics p{
	font-size: small;
	display: block;
	width: 180px;
	margin-bottom: 10px;
}

div#subtopics p img{
	margin-right: 10px;
}



/* @end */

/* @group #sidecolumn */

div#sidecolumn {
	float: right;
	margin: 20px 0;
	width: 170px;
}



/* @end */

/* @group #local_navigation */

div#local_navigation{
	padding-top: 5px;
	width: 170px;
	background: url(../images/local_navigation_background.jpg) no-repeat;
	height: 170px;
}

div#local_navigation div.roundcorner{
	font-size: 1px;
	display: block;
}

div#local_navigation ul{
	margin: 15px 0 0 15px;
	font-size: small;
}

div#local_navigation ul li{
	display: block;
	margin: 0;
}

div#local_navigation ul li:first-child a{
	font-weight: bold;
	font-size: 14px;
	background-image: none!important;
	padding-left: 0;
}

div#local_navigation ul li.first-child a{
	font-weight: bold;
	font-size: 14px;
	background-image: none!important;
	padding-left: 0;
}

div#local_navigation ul li a{
	float: left;
	width: 130px;
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
    background:url(../images/small_arrow.gif) 0 3px no-repeat;
}

div#local_navigation ul li a.activelink{
    background:url(../images/small_arrow_active.gif) 0 3px no-repeat;
}


div#local_navigation img{
	width: 50px;
	margin: 10px 20px;
}

div#local_navigation p{
	font-size: 14px;
	color: #666;
	margin: 0 20px;
}


/* @end */

/* @group #contents */

div#contents{
	margin: 20px 0 10px 0;
	width: 580px;
	float: left;
	background: url(../images/section_body.jpg) 0 0 no-repeat;
}



/* @end */

/* @group #section_header */

div#section_header{
	margin: 20px 30px;
}

div#section_header h1{
	font-size: 2em;
	color: #666;
	font-weight: bold;
	margin-bottom: -10px;
}



/* @end */

/* @group #section_body */

div#section_body{
	margin: 0 30px;
	width: 500px;
}

/* @group .section */

div.map {
	width: 500px;
	height: 375px;
	margin-bottom: 50px;
}

div.section div.contctlist {
	margin-bottom: 3em;
}

div.section div.contctlist strong{
	font-weight: bold;
	font-size: x-large;
	font-family: helvetica;
	position: relative;
	top: 5px;
	color: #666;
}

div.section{
	margin-bottom: 0;
	width: 500px;
	font-size: small;
	color: #666;
}

div.section h2{
	font-size: medium;
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #666;
	padding: 0.5em 0;
	border-top: 1px dotted #28A26F;
	border-bottom: 1px dotted #28A26F;

}

div.section h3{
	clear: left;
	font-weight: bold;
	font-size: medium;
	color:#0D5537;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

div.section h4{
	font-weight: bold;
	font-size: small;
	margin-bottom: 1em;
	color:#666;
}

div.section_header_line{
	display: block;
	background: #ccc;
	height: 3px;
	margin-bottom: 20px;
	font-size: 1px;
}

div.section p{
	margin-bottom: 1.5em;
	line-height: 150%;
}



div.section p.photo{
	line-height: 100%!important;
}

div.section p.photo img{
}

div.section p.rphoto{
	margin: 0 1em 0 1em;
	float: right;
}

div.section img {
	margin-bottom: 1em;
}

div.section ul{
	margin: 2em;
	list-style: disc;
}

div.section ol{
	margin: 0  0 2em 2em;
	list-style: disc;
}

div.section ol li{
	margin-bottom: 0.5em;
}



/* @end */

/* @group .section.privacy */

div.privacy ul{
	margin: 2em;
	list-style: disc;
}

div.privacy ol li{
	margin-bottom: 1em;
}

div.privacy ol{
	margin: 2em;
	list-style: decimal;
}



/* @end */

/* @group .section.profile */

div.section.profile dl{
	width: 500px;
}

div.section.profile dl dt{
	clear: left;
	float: left;
	width: 8em;
	margin-bottom: 10px;
	color: #666;
}

div.section.profile dl dt span{
	font-size: 75%;
	margin-left: 0.5em;
}

div.section.profile dl dd{
	margin-left: 9em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
	zoom: 1;
}

div.section.profile dl.group dt{
	color: #000;
	font-size: medium;
	clear: none;
	float: none;
	width: 15em;
	margin-top: 1em;
}

div.section.profile dl.group dd{
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	color: #666;
}



/* @end */

/* @group .section.branch */

div.section.branch dl{
	clear: left;
	margin-bottom: 2em;
}


/* @end */



/* @end */

/* @group #backtotop */

div#backtotop a{
	color: #666;
	text-decoration: none;
	margin-top: 30px;
	width: 150px;
	float: right;
	position: relative;
	left: 200px;
	display: block;
	font-size: x-small;
	padding-left: 20px;
	background: url(../images/backtotop.gif) 5px no-repeat;
}

div#backtotop.ondemand a{
	position: relative;
	left: 0;;
}



/* @end */






	
