@charset "UTF-8";

/* default.css
**************************************************************************************

1.デフォルト
2.基本リンク
3.基本レイアウト
4.フロートクリア
5.リーダ設定


**************************************************************************************/ 


/* 1.デフォルト
=============================================================================*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
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:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,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;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
body * {line-height:1.5}
br{letter-spacing:normal}
ul li a img{margin:0;padding:0;}


/* 2.基本リンク
=============================================================================*/
a{
 overflow:hidden;
}

a:link {
 color:#008A60;
 text-decoration:underline;
}

a:visited {
 color:#9A44B0;
 text-decoration:underline;
}

a:hover {
 color:#FF6600;
 text-decoration:underline;
}

a:active {
 color:#FF6600;
 text-decoration:underline;
}


/* 3.基本レイアウト
=============================================================================*/

html {
 background-color:#edf8f5;
}

body{
 background-color:#edf8f5;
 /*font-family:Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";*/
 font-family:Verdana, Osaka, "ＭＳ Ｐゴシック";
 letter-spacing:1px;
 color:#444444;
}

hr{
 display:none;
}

#head-tx p{
 width:950px;
 color:#868686;
 margin: 0 auto;
 padding:5px 0 15px 0;
}

#container{
 margin: 0 auto;
 width: 950px; /* IE5.5-6.0対策 */
}

#header{
 padding:0 0 67px 0;
 margin: 0 auto;
 width: 950px; /* IE5.5-6.0対策 */
 background: url("../../image/header_bg007.gif") no-repeat left bottom;
}

#wrapper-out{
 background-image: url(../../image/wrapperout_bg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
}

#wrapper{
 margin: 0 auto;
 width: 924px; /* IE5.5-6.0対策 */
 /*border-left:solid 2px #E7E7E7;
 border-right:solid 2px #E7E7E7;*/
 background-image: url(../../image/header_bg003.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
 /*background-color:#FFFFFF;*/
 padding:0 11px 0 11px;
 clear:both;
}

#main-bg{
 background-image:url(../../image/main_bg001.gif);
 background-position:left top;
 background-repeat:repeat-y; 
}
 
#main{
 float: left;
 width: 663px;
 padding:0 31px 0 19px;
 margin:0;
} 

#lnavi{
 float: right;
 width: 211px;
}

#pnavi{
 margin: 0 auto;
 width: 950px; /* IE5.5-6.0対策 */
 background-image:url(../../image/pnavi_bg001.gif);
 background-position:left bottom;
 background-repeat:no-repeat;
 padding-bottom:6px;
 margin-bottom:20px;
 background-color:#FFFFFF;
}

#footer{
 margin: 0 auto;
 width: 950px; /* IE5.5-6.0対策 */
 background:url("../../image/footer_bg003.gif") repeat-x 0 0;
 padding-top:20px;
}

 
/* 4.フロートクリア
=============================================================================*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
 
.clearfix  {
 display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{
 margin: 0;
 padding: 0;
 clear: both;
}

.clearall {
 clear: both;
 height: 0;
}

/* Hides from IE-mac \*/
.clearall {
 visibility: hidden;
}
/* End hide from IE-mac */


/* 5.リーダ設定
=============================================================================*/
p.hide {
 margin: 0;
 padding: 0;
 width: 0;
 height: 0;
 overflow: hidden;
 position: absolute;
 text-indent: -9999px;
}

