@charset "utf-8";


/* ****************************************************
Title: default.css
Created: 2009/8/13
Last Modified: 2009/8/13
***************************************************** */


/* TABLE OF CONTENTS
-----------------------------------------------
    0 = Reset
    1 = Base
    2 = Link
/*  

/*----------------------------------------------------
	0 = Reset
----------------------------------------------------*/


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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

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

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img  {
	vertical-align: top;
}

div{
    zoom:1;/*for IE 5.5-7*/
}

div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.clearfix{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/*----------------------------------------------------
	1 = Base
----------------------------------------------------*/

body {
	background-color: #f1f1ed;
	color: #333333;
	font-size:12px;
	font-family:  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック';
	line-height: 1.3em;
	letter-spacing: 1px;
	height:100%;
	text-align:justify;
}

* + html body, * html body {
	font-size: 80%; /* for WinIE */
	font-family:'メイリオ', "MS P ゴシック";
}

#wrapper {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

#header {
	padding-left: 20px;
	height: 60px;
}

#seLogo {
	float: left;
	margin-top: 23px;
}

#headerNavi {
	float: right;
	margin-top: 37px;
	font-size: 0.8em;
	margin-right: 6px;
	width: 450px;
}

#headerNavi li {
	float: left;
	list-style-image: url(../common/allow.gif);
	margin-left: 20px;
}

#gnavi {
	width: 912px;
}
#gnavi li {
	float: left;
}

p {
	line-height: 1.7em;
	text-align:justify;
	text-justify:inter-ideograph;
	line-break: strict;
}

sup {
	line-height: 0.6em;
	font-size: 0.7em;
}

#footer {
	background-color: #957d60;
	padding-top: 15px;
	background-image: url(../common/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

#footerContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#footerContent img {
	float: left;
}

#footerContent p {
	float: right;
	font-size: 0.8em;
	margin-top: 15px;
}


/*----------------------------------------------------
	2 = Link
----------------------------------------------------*/

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #a16910;
}

a:active {
	text-decoration: none;
}


#header a:link {
	color: #333333;
	text-decoration: none;
}

#header a:visited {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color: #a16910;
	text-decoration: underline;
}

#header a:active {
	text-decoration: underline;
	color: #a16910;
}



#pankuzu a:link {
	color: #a16910;
	text-decoration: underline;
}

#pankuzu a:visited {
	color: #a16910;
	text-decoration: underline;
}

#pankuzu a:hover {
	color: #a16910;
	text-decoration: none;
}

#pankuzu a:active {
	text-decoration: none;
	color: #a16910;
}




#pageNavi a:link {
	color: #a16910;
	text-decoration: underline;
}

#pageNavi a:visited {
	color: #a16910;
	text-decoration: underline;
}

#pageNavi a:hover {
	color: #a16910;
	text-decoration: none;
}

#pageNavi a:active {
	text-decoration: none;
	color: #a16910;
}

