#container{
width:960px; /*フレーム横幅*/
margin: 0 auto;
border-left:solid 1px #d3d3d3; /*左縦線*/
border-right:solid 1px #d3d3d3; /*右縦線*/
-webkit-box-shadow: 0px 0px 20px 5px #757575;
-moz-box-shadow: 0px 0px 20px 5px #757575;
box-shadow: 0px 0px 20px 5px #757575;
}

.t2a {
	padding-right: 31px;
	padding-left: 20px;
}
.clear{
	clear: both;
}
.box1 {
	padding: 5px;
}
.fr1/*NEWS（だけ？）*/ {
	overflow: auto;
	width: 220px;
	height: 200px;
	border:solid 1px #BCBBBC;
	margin-bottom:22px;
	font-weight: nomal;
}
.ltitle/*元t1*/ {
	font-size: 17px;
	color: #700311;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	height: 26px;
	line-height: 30px;
	margin: 10px 25px 4px 25px;
	width:220px;
	text-align: left;
}
.t1/*MENU等の見出し部分*/ {
	font-size: 17px;
	background-color: #700311;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 26px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 4px;
	margin-top: 10px;
}


.left_midashi/*MENU見出し（元t1）*/ {
	font-size: 17px;
	background-color: #FFF;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	color: #333;
	height: 22px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 4px;
	margin-top: 10px;
	text-align: left;
        padding:0px;
}

.w220{
	width:220px;
	text-align: center;
	padding: 0px;
	margin-right: 25px;
	margin-left: 25px;
}

.w220-2{
	width:220px;
	text-align: left;
	padding: 0px;
	margin-right: 25px;
	margin-left: 25px;
}

.t2/*MENUのカテゴリ別TOPの部分*/ {
	font-size: 12px;
	background-color: #E2E1CF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #700311;
	height: 18px;
	line-height: 15px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
}

#navi {
	width: 220px;
	list-style-type: none;
	margin-right: 25px;
	margin-left: 25px;
	color:#700311;
	border:solid 1px #BCBBBC;
}
#navi li.category {
	color: #700311;
	background-color: #E2E1CF;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#navi li.series {
	background-image: url("/upload/save_image/a/arrow.gif");
	padding-left: 15px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 13px;
	margin-left: 10px;
	line-height: 18px;
}

#navi ul.menu li {
	list-style:none;
	background-image: url("/upload/save_image/a/arrow.gif");
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration:none;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	margin-left: 30px;
}

#navi ul.menu li a {
  font-weight: normal;
  //background: #EEEEFF;
}
#navi ul.menu li a:hover {
  background: #99CC99;
}

#page-top {　/*右下の灰色ページトップ*/
	align:right;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	color: #FFFFFF;
}
#page-top a {
	background: #666666;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999999;
}
#header_wrap {
	background-color: #700311;
	text-align:center;
	height: 99px;
	width: 100%;
	color:#FFFFFF;
}

#header{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}

#headerMenu {
	text-align:right;/*←効いてない。センターになるのを強引に右寄せしてるだけ*/
	position: relative;
	left: 180px;
	top: 60px;
	font-size: 13px;
	/*background-color: #8F0315;　試しで範囲見るため近似色*/
}
#headerMenu a {
  font-weight: normal;
  color:#FFFFFF;
}
#headerMenu a:hover {
color:#FFFFFF;
}



.logo1{
	background-image: url(../img/common/h1001.gif);
	background-repeat: no-repeat;
	width:960px;
	height:81px;
	background-color: #700311;
}

.login{
	float:right;
	width:186px;
	margin-top:8px;
}

.ft1 {
/*    font-family:"Osaka-等幅","ＭＳ ゴシック","monospace"; */
    padding-top: 10px;
    line-height:25px;
    font-size:14px;
}

.inline-blk-t {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align:top;
}

.inline-blk-m {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align:middle;
}

.inline-blk-b {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    vertical-align:bottom;
}

.p-style {
    font-family: sans-serif;
    font-size: 170%;
    font-weight: initial;
    line-height: 110%;
    color: #747474;
    padding-top: 1%;
    padding-bottom: 3%;
}

.p-style-2 {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    padding:5px;
}

.p-style-3 {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #060606;
}

.p-style-4 {
    font-style: italic;
    font-weight: normal;
    font-size: 53px;
    line-height: 53px;
    color: #8fa864;
}

.p-style-4-2 {
    font-style: italic;
    font-weight: normal;
    font-size: 53px;
    line-height: 53px;
    color: #d98793;
}

.p-style-4-3 {
    font-style: italic;
    font-weight: normal;
    font-size: 53px;
    line-height: 53px;
    color: #916566;
}


.p-style-4-4 {
    font-style: italic;
    font-weight: normal;
    font-size: 53px;
    line-height: 53px;
    color: #666666;
}

.p-style-5 {
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #333333;
}

.p-style-6 {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #111111;
}

.p-style-7 {
    font-weight: bold;
    font-size: 26px;
    line-height: 27px;
    color: #060606;
}


.b-clr-1 {
    background-color:#89d1b9;
}

.b-clr-2 {
    background-color:#d596b1;
}

.mincho {
    font-family:
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        "MS 明朝",
        "ヒラギノ明朝 ProN W6",
        "HiraMinProN-W6",
        "HG明朝E",
        serif;
}

.midashi-1 {
    background-color:#b84d7b;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding:7px 3px;
}

