@charset "shift_jis";

/* 基本設定 */

*{
 color : #666666;
 line-height : 125%;
 font-size : small;
 font-family : 'ＭＳ Ｐゴシック',Osaka,sans-serif;
 margin : 0px;
 padding : 0px;
}

a:link{
 color : #0066ff;
}

a:visited{
 color : #0066ff;
}

a:hover{
 color : #cba147;
}

img{
 vertical-align : top;
 border : none;
}
/* 項目・リンクの設定 */
h1{
/* 文字色 */
 color : #3366cc;
 font-size : medium;
 margin-bottom : 5px;
 padding : 2px;
 padding-left : 10px;
/* 見出しの罫線色 */
 border-left : 5px solid #0033cc;
}

h3{
 font-size : small;
 margin-top : 15px;
 margin-bottom : 5px;
}

h4{
 font-size : small;
 margin-top : 15px;
 margin-bottom : 5px;
 padding : 0px 5px 0px 5px;
 border-left : 5px solid #cba147;
 border-bottom : 1px dotted #cba147;
}

ol{
 padding-left : 2em;
}

ul{
 padding-left : 1.5em;
}

strong{
 font-weight : bold;
}

em{
 color : #3366cc;
 font-style : normal;
 padding-right : 5px;
 padding-left : 5px;
}

em.error{
 color : #d23d24;
 font-weight : bold;
 padding : 0;
}

em.valid{
 color : #55b05a;
 font-weight : bold;
 padding : 0;
}

em.define{
 font-size : x-small;
}

dfn{
 font-style : normal;
 font-weight : bold;
 background-color : #eeff99;
 padding-right : 0.2em;
 padding-left : 0.2em;
}

th{
 font-weight : normal;
 text-align : left;
 vertical-align : top;
}

hr{
 border-top : 1px solid #aaaaaa;
 border-right : none;
 border-left : none;
 border-bottom : none;
 height: 1px;
 margin-bottom : 0px;
}

/* 全ページ共通設定 */

#wrap{
/* ページのサイズ */
 width : 860px;
 margin-top : 5px;
 margin-left : 5px;
}

#header p{
 margin-bottom : 5px; 
}

/* ヘッダー設定 */
#g-navi ul{
 height : 25px;
 padding-left: 45px;
/* ヘッダーの罫線色 */
 border-bottom : 5px solid #0033cc;
}

#g-navi li{
 float : left;
 list-style-type : none;
 margin-right : 2px;
 margin-left : 2px;
}

p.pagetop{
 clear : both;
 text-align : center;
 margin-top : 10px;
 margin-bottom : 10px;
}

p.pageback{
 clear : both;
 max-width : 180px;
 text-align : center;
 margin-top : 10px;
 margin-right : auto;
 margin-left : auto;
 margin-bottom : 10px;
 background-color : #ffffff;
 border : 1px solid #73ae5a;
}

p.pageback a{
 display : block;
}

#footer{
 clear : both;
}

#footer ul{
 padding : 0;
 border-top : 1px solid #cccccc;
 background-color : #eeeeee;
}

#footer li{
 display: inline;
 line-height : 135%;
 background-image : url(img/link_line.gif);
 background-repeat : no-repeat;
 background-position : 0 50%;
 padding-right : 5px;
 padding-left : 10px;
}

#footer li.no-link_line{
 background-image : none;
 padding-left : 5px;
}

/* コピーライト設定 */
address{
/* 文字色 */
 color : #ffffff;
/* 文字配置 */
 text-align : right;
 font-style : normal;
/* 背景色 */
 background-color : #3366cc;
/* 最下層のボーダー */
 padding : 2px;
 padding-right : 5px;
 border-bottom : 5px solid #0033cc;
}

/* ------------clearfix設定------------ */

div.img-set:after
{
 content : " ";
 display : block;
 clear : both;
 height : 0.1px;
 visibility : hidden;
}

/* Hidden from Mac-IE \*/
* html 
div.img-set
{
 height : 1%;  /* for IE-6 under */
}
*:first-child + html 
div.img-set
{
 min-height : 1%;  /* IE-7 only */
}
/**/

/* Mac-IE only \*//*/
div.img-set
{
 display : inline-block;
}
/**/
