/*
共通
 */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
 
html {
	color: #333;
	background: #FFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	line-height:100%;
}

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

fieldset,img {border: 0;}

img {vertical-align:bottom;}

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

del,ins {text-decoration: none;}

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: baseline;}

sub {vertical-align: baseline;}

/*because legend doesn't inherit in IE */
legend {color: #000;}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}


a{text-decoration: none;}
a:link{}
a:visited{}
a:hover{text-decoration: underline;}
a:active{}

	* html .clearFix {
		zoom: 1;
	}

	*+html .clearFix {
		zoom: 1;
	}

.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*layout
------------------------------------------------------------------------------*/
#wrap{
	width: 800px;
	margin: 0 auto;
}
#header h1{
	float: left;
	height: 28px;
	width: 310px;
	margin: 25px 0 23px 0;
	background-position: 22px 0px;
}
#header #headNavi{
	float: right;
	text-align: right;
	padding: 10px 20px 0 0;
}
#header #searchBox{margin-bottom:10px;}
#header #searchBox img{
	margin-top: 3px;
	margin-bottom: 3px;
}
#header #searchBox input{vertical-align: middle;}
#header #searchBox #searchField{
	font-size: 12px;
	border: 1px solid #999999;
	padding:1px;
	margin:0 8px 0 8px;
}
#header ul{float: right;}
#header li{float: left;}

#globalNavi{
	clear: both;
	height: 42px;
	padding:0 19px 0 20px;
	margin-bottom:13px;
}
#globalNavi ul{}
#globalNavi li{
	float: left;
}

#contents ol#pankuzu{}
#contents ol#pankuzu li{display: inline;}

#footer{
	clear: both;
	padding-top: 80px;
}
#footer ul{float: left;}
#footer li{display: inline;}
#footer a#return{float: right;}
#footer #copyright{clear: both;}


/*Header
------------------------------------------------------------------------------*/
#header {
	border-top: 5px solid #7F99CC;
}
#header h1{
	background-image: url(../img/common/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/*GlobalNavi
------------------------------------------------------------------------------*/
#globalNavi{
	background-image: url(../img/common/bgGlobalnavi.gif);
	background-repeat: repeat-x;
}
#globalNavi img{display: block;}



/*Footer
------------------------------------------------------------------------------*/
#footer{}
#footer ul{
	font-size: 12px;
	color: #999999;
	margin-bottom: 20px;
}
#footer li{}
#footer li a{
}
#footer a#return{
	font-size: 12px;
	background-image: url(../img/common/bulltePagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	padding-right: 42px;
	margin-bottom: 20px;
}
#footer #copyright{
	background-image: url(../img/common/bgCopyright.gif);
	text-align: center;
	padding: 20px 0 36px;
}

#footer a{text-decoration: underline;color: #4062A2;}
#footer a:hover{text-decoration: underline;color:#233658;}


/*pankuzu
------------------------------------------------------------------------------*/
ol#pankuzu{
	font-size: 10px;
	color: #2C4570;
	background-image: url(../img/common/boderGray.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 18px;
	padding-top: 4px;
	padding-bottom: 8px;
}
ol#pankuzu li{}
ol#pankuzu li a{
	text-decoration: underline;
	color: #2C4570;	
	padding-right: 0.5em;
}


/*contents
------------------------------------------------------------------------------*/
#contents p.caption{
	font-size:10px;
	margin:3px 0px 20px;
	color:#555555;
}
#contents div.return{
	padding:30px 42px 16px 0;
	margin-bottom:30px;
	text-align:right;
	background-image: url(../img/common/boderBlue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear:both;
}
#contents div.return a{
	background-image: url(../img/common/bulltePagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:11px;
	color: #4062A2;
	text-decoration: underline;
}

#contents .tereco{background-color:#FFFFFF;}


/*clearfix*/
.clr:after {
	content: url(../img/common/spacer.gif);
	display: block;
	clear: both; height: 0;
}
.clr{display: inline-block;}
.clr{display: block; }


/*error
------------------------------------------------------------------------------*/
#error{
	padding-bottom:300px;
}
#error p{
	font-size:14px;
	margin-bottom:12px;
	line-height:1.6;
}
#error a{text-decoration: underline;color:#3457C9;font-weight:bold;}
