@charset "utf-8";

/*----------------------------------------
 Reset
---------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; }

p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu { margin-bottom: 1em; }
	
img { border: 0; }

caption { padding-bottom: 0.5em; text-align: left; }

ul, ol{ list-style: none; }

table { border: 0; border-collapse: collapse; border-spacing: 0; line-height: 1.3; } 
th,td { text-align: left; vertical-align: top;} 
th { font-weight: bold; }

/*----------------------------------------
 General
---------------------------------------- */
html {
    overflow-y: scroll;
}
body {
    font-size: 67.5%;
    font-family: "MS UI Gothic","Hiragino Kaku Ghothic Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Osaka",'Lucida Grande',Verdana,Arial,Sans-Serif;
    color: #000;
    text-align: center;
    background: #FFF;
}
/* Hypertext */
a:hover,
a:active {
    text-decoration: none;
}
a:focus {
    outline: 1px dotted;
}
/* Clearfix */
.clearfix {
    /zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*----------------------------------------
 LAYOUT & PREFERENCES
------------------------------------------
 -- Container
---------------------------------------- */
#wrapper {
    clear: both;
    width: 920px;
    margin: 0 auto;
    text-align: left;
}
#contentBody {
    width: 920px;
}
/*----------------------------------------
 -- Header
---------------------------------------- */
#header {
	position: relative;
    padding: 0px;
    height: 104px;
    background: url(img/headBg.png) no-repeat left top;
	margin-bottom: 20px;
}
#header h1 {
    float: left;
    width: 283px;
    margin: 25px 0 0 77px;
}
#header #topNav {
    width: 550px;
    float: right;
    margin-top: 25px;
}
#header p.topMsg {
    margin: 0 0 11px 10px;
    padding: 0;
    font-size: 1.2em;
    color: #745f48;
}
#header ul {
	position: absolute;
	top: 64px;
	right: 15px;
}
#header ul li {
    float: left;
}
/*----------------------------------------
 -- Contents
---------------------------------------- */
#subPage h2 {
    font-size: 1.6em;
    line-height: 32px;
    margin-bottom: 1px;
    padding-left: 28px;
    color: #FFF;
    background: url(img/subPageTitle.png) no-repeat;
}
#indexPage h2.topHeadline {
    font-size: 1.6em;
    height: 36px;
    line-height: 34px;
    padding-left: 30px;
    color: #FFF;
    background: url(img/topHeadline01.png) no-repeat;
}
#rightCol {
    width: 665px;
    float: right;
}
#rightCol p {
    font-size: 1.4em;
    line-height: 1.2;
}
#rightCol .docBox01 {
    margin-bottom: 3em;
    padding: 15px 15px 5px;
    border-right: solid 3px #fbe090;
    border-bottom: solid 3px #fbe090;
    border-left: solid 3px #fbe090;
    background: #fffffe;
}
#rightCol .docBox02 {
    margin-bottom: 3em;
    overflow: hidden;
}
#rightCol .docBox02 .linkImg {
    float: left;
}
#rightCol .docBox02 .bodyText {
    float: right;
    margin-left: 1em;
    width: 375px;
}
#rightCol .docBox03Outer {
    margin-bottom: 2em;
    padding: 10px;
    border: solid 2px #3aa851;
    background: #f9fcfa;
}
#rightCol .docBox03Inner {
    padding: 20px 18px 10px 18px;
    border: solid 1px #bfe1bd;
    background: #fff;
}
#rightCol .docBox03Outer p {
    margin-bottom: 21px;
    padding: 1px 0;
    line-height: 1.62;
    background: url(img/dot.png) repeat-y;
}
#rightCol .ad {
    padding-top: 1em;
}
#rightCol .docBoxAd {
    margin: 1em 0 3em;
    overflow: hidden;
}
#rightCol .docBoxAd .linkImg {
    float: left;
}
#rightCol .docBoxAd .bodyText {
    float: left;
    margin-left: 0.7em;
    width: 340px;
}
#rightCol .docBoxAd .bodyText p {
    font-size: 1.2em;
    background: none;
    margin-bottom: 1em;
}
#rightCol h2#topSp {
    clear: both;
	height: 31px;
	margin-bottom: 10px;
	padding-left: 22px;
    background: url(img/topHeadline03.png) no-repeat;
	color: #007941;
	line-height: 29px;
}
#rightCol #topSpBox {
    background: url(img/topSpBgY.png) repeat-y center top;
}
#rightCol #topSpBox .topSpContent {
    clear: both;
	padding-top: 10px;
    width: 665px;
    background: url(img/topSpBgX.png) repeat-x left bottom;
}
#rightCol #topSpBox .topSpRight {
    float: right;
    width: 320px;
}
#rightCol #topSpBox .topSpLeft {
    float: left;
    width: 320px;
    margin: 0 10px 0 0;
}
#rightCol #topSpBox p.topSpImg {
    float: left;
    width: 140px;
    padding: 5px 0px 10px 0px;
}
#rightCol #topSpBox p.topSpTxt{
    float: right;
    width: 170px;
    margin: 0;
    padding: 6px 0 10px 10px;
	font-size: 1.2em;
}
/*----------------------------------------
 -- Side Navigation
---------------------------------------- */
#leftCol {
    width: 230px;
    float: left;
}
#leftCol .navImg {
    vertical-align: top;
}
#leftCol ul.leftNav {
    margin: 0;
    padding: 12px;
    list-style: url(img/bulletIco.png) inside;
    font-size: 1.2em;
    line-height: 1.3;
    border-right: 1px solid #cedad0;
    border-left: 1px solid #cedad0;
    background: #fbfdfc;
}
#leftCol ul.last {
    border-bottom: 1px solid #cedad0;
}
#leftCol ul.leftNav li {
    margin-bottom: 0.6em;
}
#leftCol ul.leftNav li a:link,
#leftCol ul.leftNav li a:visited {
    text-decoration: none;
    color: #0000ee;
}
#leftCol ul.leftNav li a:hover,
#leftCol ul.leftNav li a:active {
    text-decoration: underline;
    color: #ff6600;
}
/*----------------------------------------
 -- Footer
---------------------------------------- */
#footer {
    clear: both;
    width: 900px;
    padding: 40px 10px 0;
    text-align: center;
    font-size: 1.2em;
    color: #2c4f34;
}
/*----------------------------------------
 VARIOUS STYLES
---------------------------------------- */
/* common styles */
