/*
共通
 */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

html {
	background: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666;
	font-size:12px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height:100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {border: 0;}

img {vertical-align:bottom;}


address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {text-decoration: none;}

li {list-style: none;}

caption,th {text-align: left;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {content: '';}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {vertical-align: baseline;}

sub {vertical-align: baseline;}

/*because legend doesn't inherit in IE */
legend {color: #000;}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}

a{ color:#27360E;}
a:link{}
a:visited{}
a:hover{}
a:active{}

/*clearfix*/
.clr:after {
	content: url(../img/common/spacer.gif);
	display: block;
	clear: both; height: 0;
}
.clr{display: inline-block;}
.clr{display: block; }

/*iepngfix*/
.png {behavior: url(http://www.ichijiku.com/js/iepngfix.htc);}
.png {behavior: url(http://124.38.112.38/js/iepngfix.htc);}
.png {behavior: url(http://192.168.0.50/svn/ichijiku/web/www/js/iepngfix.htc);}

/*layout
------------------------------------------------------------------------------*/
body{
	border-top: 2px solid #929985;
	background: url(../img/common/bg.gif) no-repeat center 0;
}

#head,
#grovalNavi,
#contents,
.pgtop,
#foot{
	width:800px;
	margin:0 auto;
}

#head{
padding-top:7px;
margin-bottom:27px;
}
#head h1{float: left;}
#head ul{
	float: right;
	padding-right: 2px;
}
#head li{
	float: left;
	padding-left: 20px;
}
#head h2{
	clear: both;
	padding-top:21px;
}

#grovalNavi{
	height: 14px;
	margin-bottom:15px;
}
#grovalNavi ul{
	margin-left: 10px;
	margin-right: 2px;
}
#grovalNavi li{
	float: left;
	padding-left: 32px;
}

#contents{margin-bottom:45px;}

#cakeNavi{margin:0 0 50px 0;}
#cakeNavi li{
	float:left;
	padding-left:5px;
}
#cakeNavi li.start{padding-left:0px;}

#foot{
	height:165px;
	background-image: url(../img/common/bgFoot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#copyright{
	background-color: #929985;
	height: 85px;
	padding-top:15px;
}

/* 2-column layout
------------------------------------------------------------------------------*/
#leftNavi{
	float:left;
	width:170px;
}


.rightContents {
	width:600px;
	float:right;
}



/*Header
------------------------------------------------------------------------------*/
#head h1 {
	font-size: 12px;
	color: #25340C;
	padding-left: 7px;
}

/*Groval Navi
------------------------------------------------------------------------------*/


/*Contents
------------------------------------------------------------------------------*/
#mainImage{margin-bottom:20px;}



/*Left Contents
------------------------------------------------------------------------------*/
.rightContents {
	font-size:14px;
}


.rightContents h3 {
	margin:80px 0 20px 0;
}

.rightContents h4 {
	padding:20px 0 5px 0;
	color:#26350D;
	font-weight:bold;
}

.rightContents .topTitle {
	margin-top:0;
}

.rightContents p {
	margin:0 0 10px 0;
    text-align: justify; /* for modern browser */
    text-justify: inter-ideograph; /* IE6～8 */
	line-height:1.7;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
}


.rightContents a:focus {
   outline:none;
}

/* PageTop
------------------------------------------------------------------------------*/
.pgtop {
	text-align:right;
	margin-bottom:20px;
}


/*Footer
------------------------------------------------------------------------------*/
#foot img{
	float:right;
}
#foot p{
	float:right;
	width:265px;
	padding-right:30px;
	background-image: url(../img/common/footInformation.gif);
	background-repeat: no-repeat;
	height: 129px;
	text-indent: -9999px;
}



/*Copyright
------------------------------------------------------------------------------*/
#copyright p{
	width: 800px;
	margin: 0 auto;
	background-image: url(../img/common/copyright.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
