@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
 [77% = 10px] [85% = 11px] [93% = 12px] (was 92%) [100% = 13px] [108% = 14px] (was 107%)
 [116% = 15px] (was 114%) [125% = 16px] (was 122%)nouse [131% = 17px] (was 129%)
 [138.5% = 18px] (was 136%) [146.5% = 19px] (was 144%) [153.9% = 20px] (was 152%)
 [161.6% = 21px] (was 159%) [167% = 22px] [174% = 23px]
 [182% = 24px] [189% = 25px] [197% = 26px]

===== universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',verdana,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	padding: 0;
	font:13px/1.231;*font-size:small;*font:x-small;
	background: #FFF ;
	color:#000;
}
h1 {
	font-size:138.5%;  
}
h2 {
	font-size:123.1%; 
}
h3 {
	font-size:108%;  
}
a{
	outline : 0 ;
}
html {
	overflow-y: scroll;
}
a:link { 
	color: #69670B;
	text-decoration:underline;
}
a:visited {
	color:#69670B;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a:active {
	color:#666;
}
/*--------------------------------------
	Form
---------------------------------------*/
form {
	margin: 5px 10px;
	padding: 5px 0; 
}
form dl,
form p {
	margin: 5px 10px;
}
fieldset {
	border: 1px solid #ddd;
}
legend {
	margin: 0 1em;
	padding: 0 10px;
}
input {
	line-height: 1.2;
	padding:2px;
}
textarea {
	padding: 3px;
}
option {
	padding-right:10px;
	}
label {
	border-left:5px solid #996600;
	line-height:1.8;
	padding:5px 0 5px 5px;
	font-size:14px;
	font-weight:bold;
	}
span.rei{
	color:#CC0000;
	font-size:12px;
	}	
input:focus.sendbtn,input:hover.sendbtn, .sendbtn{
 	border-top:2px solid #999;
	border-left:2px solid #999;
	padding:5px;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
	font-weight:bold;
	width:150px;
	}	
*+html>/**/body select {
	height:1.6em;
	padding-right:5px;
	}	
/*--------------------------------------
	table
---------------------------------------*/
table {
	background-color: #EEE;
	border-collapse:collapse;
}

th {
	font-size:114%;
	color: #fff;
	padding:5px;
	text-align:left;
	background-color: #C0C0C0;
}
td {
	padding:8px;
	border: 1px solid #ddd;
	background-color: #fff;
}
caption{
	text-align:left;
	font-size:122%;
	padding:5px;
	}
address {
	font-size:92%;
	font-style:normal;
	font-weight:normal;
	color:#000;
	padding-top:2px;
	}	
/*======================================

	外部リンクのアイコン表示
	
=======================================*/
.outsideLink {
	background:url(../img/share/outlink_icon.gif) no-repeat right 50%;
	padding-right:20px;
	}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;
	line-height: 1.4;
	text-align: left;
	display: block;
	margin: 0px;
}
ol li {
	list-style:decimal;
	padding:0;
	}
table {margin : 0;empty-cells: show; font-size:100%;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;
	vertical-align: bottom;
}
li { list-style: none; }
#header {
	width: auto;
}

