/** ------------------------------------------------------
 *  Resets
 * ------------------------------------------------------ **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:separate;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}
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:text-top;
}
sub {
vertical-align:text-bottom;
}
input,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
input,textarea,select {
*font-size:100%;
}
legend {
color:#000;
}


/** ------------------------------------------------------
 *  Utilities
 * ------------------------------------------------------ **/
.pkg:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0px;
font-size: 0em;
line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg[class] { height: auto; }
.pkg { display: block; }
/* */


.fll {
float:left;
}
.flr {
float: right;
}


.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}
.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}


/** ------------------------------------------------------
 *  Fonts
 * ------------------------------------------------------ **/
body {
font:13px/1.5 'ＭＳ Ｐゴシック','MS P Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
*font-size:small; /* for IE */
*font:x-small; /* for IE in quirks mode */
}
select,input,button,textarea {
font:99% arial,helvetica,clean,sans-serif;
}
table {
font-size:inherit;
font:100%;
}


/** ------------------------------------------------------
 *  Common
 * ------------------------------------------------------ **/
a:link {
color: #002B60;
text-decoration: none;
outline: none;
}
a:visited {
color: #002B60;
text-decoration: none;
outline: none;
}
a:hover {
color: #002B60;
text-decoration: underline;
outline: none;
}
a:active {
color: #002B60;
text-decoration: underline;
outline: none;
}


img {
vertical-align: bottom;
}


body {
background: url(/images/bg_body.jpg) repeat scroll;
text-align: center;
color: #002B60;
}


/* header */
#header {
clear: both;
background: #FFFFFF;
text-align: left;
width: 880px;
height: 120px;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
}
#header-content {
position:relative;
height:120px;
background: url(/images/header.jpg) no-repeat scroll left bottom;
}
#header h1 {
position: absolute;
top: 30px;
right: 15px;
}
#header h1 a {
text-indent:-9999px;
font-size:0px;
line-height:0;
display:block;
width:395px;
height:75px;
}
#header h2 {
text-indent:-9999px;
font-size:0px;
line-height:0;
position: absolute;
top: 0px;
bottom: 0px;
}


/* globalnav */
#globalnav {
clear: both;
background: #FFFFFF;
text-align: left;
width: 880px;
margin-right: auto;
margin-left: auto;
}
#globalnav ul {
background: url(/images/bg_globalnav.jpg) no-repeat scroll left top;
}
#globalnav ul li {
float: left;
width: 140px;
font-size: 0px;
line-height: 0;
text-indent: -9999px;
}
#globalnav ul li a {
display: block;
width: 140px;
height: 35px;
font-size: 0px;
line-height: 0;
text-indent: -9999px;
}


/* content */
#content {
clear: both;
background: #FFFFFF;
text-align: left;
width: 880px;
margin-right: auto;
margin-left: auto;
}
#content #pagetop {
clear: both;
padding-top: 20px;
}
#content #pagetop a {
background: url(/images/bg_body.jpg) no-repeat scroll left top;
display: block;
float: right;
padding: 5px 10px;
}
#content #pagetop a:link,
#content #pagetop a:visited {
color: #FFFFFF;
text-decoration: none;
}
#content #pagetop a:hover,
#content #pagetop a:active {
color: #FFFFFF;
text-decoration: underline;
}


/* footer */
#footer {
clear: both;
text-align: left;
width: 880px;
margin-right: auto;
margin-left: auto;
}
#footer ul {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
#footer ul li {
display: inline;
border-right: 1px solid #FFFFFF;
}
#footer ul li.last {
border-right-style: none;
}
#footer ul li a {
font-size: 1.25em;
margin-right: 20px;
margin-left: 20px;
}
#footer ul li a:link,
#footer ul li a:visited {
color: #FFFFFF;
text-decoration: none;
}
#footer ul li a:hover,
#footer ul li a:active {
color: #FFFFFF;
text-decoration: underline;
}
#footer .copyright {
text-align: center;
color: #FFFFFF;
}


#header-inner,#globalnav-inner,#content-inner,#footer-inner {
padding-right: 20px;
padding-left: 20px;
}


p.none {
display:none;
}


