@charset "shift_jis";
/*
/*全体の設定*/
html {

}
/*背景画像・全体の設定*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	color: #4F5050;
	margin: 0px;
	background-image:url(image/bg.png);
	background-repert:repeat-y;
	background-position:top;
	text-align: center;
	line-height:150%;
	background-repeat: repeat-x;

}


/*標準のリンク*/
a:link {
	color: #040af8;
	text-decoration: none;
}
a:visited {
	color: #040af8;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover img {
 opacity: 0.75;
 filter: alpha(opacity=75);
 -moz-opacity: 0.75;
}


/*全体の枠と横幅・背景色・背景画像など*/
#outline {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: #FFFFFF;
}


/*タイトル部分画像の変更*/
#title {
	margin: 0px;
	padding: 0px 0px;
	height: 76px;
	position: relative;
	text-align: left;
	background-image: url(image/head.png);
}


/* 点滅 */ 
.blinking{ 
    -webkit-animation:blink 1s ease-in-out infinite alternate; 
    -moz-animation:blink 1s ease-in-out infinite alternate; 
    animation:blink 1s ease-in-out infinite alternate; 
} 
@-webkit-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@-moz-keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
} 
@keyframes blink{ 
    0% {opacity:0;} 
    100% {opacity:1;} 
}


.h-tel{
	position:absolute;
	left: 737px;
	top: 38px;
}


#title h1 {
	font-size: 13px;
	font-weight:bold;
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	float: right;
	color: #FD5004;
	margin-top: 3px;
}


#title p {
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: right;
}


/*タイトル下のナビゲーション部分*/
#navi{
	font-size:10px;
	text-align:right;
	padding: 0px 0px 0px 0px;
	padding-right: 0px;
}


/*コンテンツ部分の大枠*/
#text {
	padding: 1px;
	width: 1000px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}


/*コンテンツ部分の中身*/
#contents {
	margin: 0px;
	width: 730px;
	position: relative;
	float: right;
	font-size: 12px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}


/*コンテンツ部分の左側*/
#left{
	margin: 0px 0px 10px;
	width: 230px;
	position: relative;
	font-size: 12px;
}


/*コンテンツ部分の左側のメニューの設定など*/
#mainlink {
	margin: 0px;
	padding: 4px;
	list-style: url(asets/none) none outside;
	border: 1px solid #ffffff;
font-size:10px;
	padding-left:0px;

}

#mainlink a:link, #mainlink a:visited {
	margin: 5px;
	font-size:13px;
	padding-left: 10px;
	display: block;
	background-image: url(image/menu_bg.jpg);
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color:#333333;

}


/*コピーライト部分・最下段*/
#bottom {
	margin: 0px;
	position: relative;
	background: #EEEEEE;
	text-align: center;
	clear: right;
	width: 1000px;
	font-size: 11px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 50px;

}

#bottom a:link, #bottom a:visited {
	color: #333333;
	font-size: 11px;

}
#bottom a:hover, #bottom a:active {
	color: #FF0000;
	font-size: 11px;
}


#bottom #footer {
	text-align:center;
}
#bottom #footer li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #ffffff;
}
#bottom #footer li.01FooterHome {
	border-left:0;
	padding-left:0;
}



/*リンク画像の枠を消す*/
img {
	border-width: 0px;
}


/*文字の色を変更*/
.red {
	color: #FF0000;
}

/*文字*/
.blue{
	color: #336600;
}

/*文字*/
.midashi{
	font-size:12px;
	padding: 5px 5px 5px 18px;
	color: #000000;
	font-weight: bold;
	background-color: #FEE100;
	border-left-color: #C50301;
	border-left-style: solid;
	border-left-width: 7px;
}

/*文字*/
.links {
	font-size: 14px;
	border: 1px solid #ffcc66;
}

/*文字*/
.small{font-size:9px;
color:#999999;
}


/*文字*/
.td{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #4F5050;
	vertical-align: top;
}

/*文字*/
.midashi2{background-color:#FFFF99;}


/*文字*/
.midashi3{background-color:#FFFFCC;}


/*文字*/
h2{font-weight:normal;
}


/*文字*/
h1{font-weight:normal;
font-size:10px;}

/*文字*/
strong{font-weight:bold;}


/*文字*/
.small2{font-size:10px;}



/*文字*/
.style1 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}


/*テーブル*/
table {font-size:12px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
h2{
	font-size:11px;
	font-weight: bold;
	color: #FF0000;
	line-height: normal;
}
.style2 {font-weight: bold}

#waku{
	border:#cdcbcb solid 1px;
	padding: 7px;
}
.bb{color:#003399;}
