@charset "UTF-8";
/*リセットcss*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/*行の高さをフォントサイズと同じにしています*/
.slide1 {
	line-height:1;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #251E1C;
}
 
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
.uer  {
    list-style:none;
}
 
/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}
 
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
 
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
.mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
 
/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}
 
/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
.news2l {
    border-collapse:collapse;
    border-spacing:0;
}
 
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
	margin: 0; padding: 0;
}

/*ここからBase Css*/
* html {
	padding:0; margin:0;
}
ul {
     list-style: none;
	 margin: 0;
	 padding: 0px;
	 overflow: hidden;
}
.news2r2 {
	text-decoration: underline;
	color:#194D98;
}
a:hover {
	text-decoration: underline;
} 
a img {margin:0; padding:0;}
p {
	font-size:100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*共通*/
html,body{
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size: 100%;
	margin:0;
	padding:0;
	margin:0;
	padding:0;
	text-align:center;   /* 下記のautoに未対応用のセンタリング */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-x: hidden;
	min-width: 1010px;
	-webkit-text-size-adjust: 100%;
}
#contentback{
	background-color: #FBF4E6;
	width: 100%;
}
#content{
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	overflow: hidden;
}
#content10{
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	overflow: hidden;
	padding-left: 5px;
}

/*header*/
#header{
}
.header1{
	background-image: url("../img/header/h3.png");
	background-repeat: repeat;
	height: 77px;
}
.header2back{
	background-image: url(../img/header/navback.gif);
	background-repeat: repeat;
	width: 100%;
}
.header2{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1005px;
	height: 83px;
}
.header2l{
	float: left;
	width: 85px;
}
.header2r{
	float: left;
	width: 920px;
}
.header2rup{
	height: 30px;
	padding-top: 3px;
}
ul.header2rdown{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	clear: both;
}
li {
	list-style-type: none;  
	display: inline;  
    margin:0;  
    padding:0; 
}
p.changeBtn1{
	float: left;
	padding-right: 5px;
}
p.changeBtn{
	float: left;
	border: 1px solid #CCC;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
p.changeBtn2{
	float: right;
}

/*footer*/
#footer_back{
	background-image: url(../img/footer/back1.gif);
	background-repeat: repeat-x;
	width: 100%;
}
#footer{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 1005px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.voi12{
	font-size: 143%;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
.foo2{
	padding-bottom: 40px;
}
.foo3box{
	padding-left: 110px;
}
.foo3{
	width: 240px;
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.foo3pic{
}
.foo31{
	text-decoration: underline;
	padding-left: 3px;
	padding-bottom: 5px;
}
.foo32{
	padding-left: 3px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 160%;
	padding-right: 5px;
	font-size: 96%;
}
#footer_back2{
	background-image: url(../img/footer/back2.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}
#footer2{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.foo4{
	color: #FFF;
	font-size: 82%;
	text-align: left;
	padding-top: 20px;
}
.foo5{
	padding-right: 15px;
	background-image: url(../img/footer/f5.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	color: #FFF;
}
.foo6{
	font-size: 80%;
	float: right;
}
