@charset "Shift_JIS";

/* ------------------------------------------- CSS Information
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
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;
}
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%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p {
	margin: 0 0 0 1em ;
}




/*-- A Style --*/

a:link	{
	text-decoration: none;
	color: #000080; 
}

a:visited	{
	text-decoration: none;
	color: #000080;
 
}

a:hover	{
	text-decoration: underline;
	color: blue 
}

a:active	{
	text-decoration: none;
	color: #000080;
}

a.gaibu	{
	display: block;
	font-size: 16px;
        color:red;
text-decoration: underline;
}


a.gaibu:active	{
	text-decoration: underline;
	color: red;
}

a.gaibu:visited	{
	text-decoration: underline;
	color: red; 
}

a.gaibu:hover {
	text-decoration: none;
	color:blue;
}




/*-- menu Style --*/

ul.menu{
    width:100%;
    margin-top:0px;
    font-size:12px;

    margin-left:8px;
padding:0px 0px 0 0;
text-align:center;
}

ul.menu li{
    line-height:15pt;
    list-style:none;
    background-color:#dcdcdc;
    padding:0px 0px 0px 0px;
    width:80px;
    float:left;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;
}

ul.menu  li a {
        text-decoration: none;
	color:#000000;
}

ul.menu  li a:active	{
	text-decoration: none;
	color: #000000;
}

ul.menu  li a:visited	{
	text-decoration: none;
	color: #000000; 
}

ul.menu  li a:hover {
	text-decoration: underline;
	color:#00008b;
}





ul.menu li.actv {
	background-color: #ffdddd;
}


/* body要素
---------------------------------------- */
body	{
	background: url(../img/share/contents_bg.png) repeat-y;
	color: #333;
	font-size: 75%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;



}

/* header要素
---------------------------------------- */
#header	{
	height: 130px;
	width: 700px;
	background: url(../img/share/header_bg.jpg) no-repeat;
	padding: 0px 10px 0 10px;
	position: relative;
	text-align: left;
	z-index: 1;
}

h1	{
	width: 700px;
	height: 130px;
	background: url(../img/share/logo2.jpg) no-repeat;
	padding: 10px 0 0 0;

}

h1 a	{
	display: block;
	width: 500px;
	height: 120px;
	text-indent: -9987em;
}


h2	{
	margin: 0 0 0 0;
	font-size: 150%;
	text-align: left; 
border-top: 1px solid #ccc;
border-left: 5px solid #CCCCCC; 
}

h3	{
	margin: 0,0,0,0;
        font-size: 120%;
	border-left: 5px solid #CCCCCC; 
	border-bottom: 1px solid #ccc;
	text-align: left;
}

h4	{
	margin: 0,0,0,0.5em;
        font-size: 100%;
	text-align: left;
}

#header a.taiikukai	{
	display: block;
	width: 170px;
	height: 18px;
	font-size: 14px;
	position: absolute;
	right: 5px;
	top: 10px;
        color:#dcdcdc;
}
#header a.taiikukai:hover	{
	color:#ffff00;
}

#header a.taiikukai1	{
	display: block;
	width: 170px;
	height: 18px;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 105px;
        color:#ffff00;
}
#header a.taiikukai1:hover	{
	color:#dcdcdc;
}




/* catchzone要素
---------------------------------------- */
#catchzone	{
	clear: both;
	width: 700px;
	height: auto;
	margin: 0 0 0 10px;
}





/* introduction 要素
---------------------------------------- */
#introduction	{
	
        width: 640px;
	
	margin: 0 0 0 50px ;
        font-size: 14px;
}


/* wrapper要素
---------------------------------------- */
#wrapper	{
	
	width: 700px;
	height: auto;
	margin: 0 0 0 10px;

}




/* footer要素
---------------------------------------- */
address	{
	width: 688px;
	font-size: 10px;
	text-align: right;
        margin: 0px;


}

