@charset "utf-8";


/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body{font-size:14px;*font-size:small;*font:x-small;color:#333333;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}
.size_1{font-size:77%;}
.size_2{font-size:100%;}
.size_3{font-size:114%;}
.size_4{font-size:129%;}
.size_5{font-size:136%;}


/*======================================
	1-2.Universal selector
=======================================*/

* {line-height: 1.4;font-size: 103%;font-weight: normal;font-style: normal;}

a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
	color:#333333;
}

a:hover {
	color:#ff9000;
	text-decoration:none;
}

h1{
	height:25px;
	line-height:25px;
	margin-bottom:20px;
	text-align:left;
	color:#ffffff;
}

#foot a:link {
	color:#ffffff;
	text-decoration:underline
}

#foot a:visited {
	color:#ffffff;
	text-decoration:underline
}

#foot a:hover {
	color:#ffffff;
	text-decoration:none;
}

h3 {
	height: 50px;
	width: 930px;
	background-image: url(../image/bgh3.jpg);
	background-repeat: no-repeat;
	font-size: 200%;
	font-weight: bold;
	color: #1b1003;
	padding-top: 25px;
	padding-left: 50px;
	margin-bottom: 28px;
}


#indexWrap .right_bar{
	margin-bottom:20px;
}h4 {
	color: #ff9000;
	font-size: 170%;
	margin-bottom: 22px;
}

a.ov:hover img{
/*モダンブラウザ用*/
opacity:0.5;
/*IE7以下用*/
filter:alpha(opacity=50);
/*IE8用*/
-ms-filter:"alpha(opacity=50)";
}