@charset "shift_jis";
/* ----------------- ヘッダ部分 ----------------- */

#header {
	height: 210px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	background-image: url(../img/header_s_qr.jpg);
}

#header h1{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: xx-small;
	font-weight: normal;
	line-height: 0;
	text-indent: -9999px;
	background-image: url(../img/header_s_01.jpg);
	background-repeat: no-repeat;
	height: 210px;
	width: 783px;
	float: left;
}

#header h1 a{
	height: 210px;
	width: 783px;
	color: #000;
	font-size: xx-small;
	font-weight: normal;
	line-height: 0;
	display: block;
}

#header_r{
	background-repeat: no-repeat;
	height: 50px;
	width: 75px;
	float: left;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin-top: 130px;
	text-align: center;
}

#header a:link,a:visited ,a:hover,a:active
 { color: #000; } /* 未訪問,訪問済み,ポイント時,選択中のリンク */

/*----------------- 右領域----------------- */

div#sub,
div#main {
	float: left;
}

div#sub {
	width: 230px;
	zoom: 1;
	float: left;
	margin-left: 10px;
	color: #FFF;
	}
	
div#sub a{
	color: #FFF;
}

#main_bg {
	width: 720px;
	background-image: url(../img/mainbg.jpg);
	background-repeat: repeat;
	padding-top: 0;
	height: auto;
	background-attachment: fixed;
	float: left;
	background-position: left top;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#main {
	width: 660px;
	height:auto;
	background-image: url(../img/take.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}

/* ----------------- タイトル-----------------  */
div#main h2 {
	margin: 15px -20px 10px;
	padding: 0;
}

div#main h3 {
	margin: 25px 0 10px;
	padding: 0 2px 0 25px;
	font-size: large;
	color: #500;
	letter-spacing: 1px;
	text-shadow: 1px 2px 1px #977;
	background-image: url(../img/6mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#main h4 {
	font-size: 90%;
	color: #006;
	letter-spacing: 2px;
	text-shadow: 1px 2px 1px #bbc;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
/*----------------- サブページメニュー----------------- */

#menu{
	padding-top: 10px;
	height: auto;
	width: 220px;
	margin-bottom: 30px;
}
ul.menu {
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.menu li {
	text-indent:-9999px;
	overflow:hidden;
	margin-top:10px;
	list-style-type: none;
	padding-right: -10px;
}

ul.menu li a {
	width:200px;
	height:50px;
	display: block;
}

li.menu1  {
	background-image:url(../img/navi/navi01.gif);
}

li.menu1 a:hover {
	background-image:url(../img/navi/navi01_ho.gif);
}

li.menu2 {
	background-image:url(../img/navi/navi02.gif);
}

li.menu2 a:hover {
   background-image:url(../img/navi/navi02_ho.gif);
}

li.menu3 {
	background-image:url(../img/navi/navi03.gif);
}

li.menu3 a:hover {
    background-image:url(../img/navi/navi03_ho.gif) ;
}

li.menu4 {
	background-image:url(../img/navi/navi04.gif);
}

li.menu4 a:hover {
    background-image:url(../img/navi/navi04_ho.gif) ;
}

li.menu5 {
	background-image:url(../img/navi/navi05.gif);
}

li.menu5 a:hover {
    background-image:url(../img/navi/navi05_ho.gif) ;
}

li.menu6 {
	background-image:url(../img/navi/navi06.gif);
}

li.menu6 a:hover {
    background-image:url(../img/navi/navi06_ho.gif) ;
}


/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.menu:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* Win版IE7とMac版IE5対策 */
ul.menu {
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul.menu {
   height:1px;
}

ul.menu {
	display:block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/*----------------- 武将一覧検索欄----------------- */
#itiran {
	width: 100%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* お問い合わせフォーム */

form.contact {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.contact label {
	display: block;
	margin: 1em 0 2px;
	font-weight: bold;
}

.contact input, .contact textarea {
	margin-left: 15px; 
	border: 1px solid #000;
}
.contact input:focus, .contact textarea:focus {
	border: 2px solid #600;
}

/*-------------------------------------- 関連情報一覧に関するテーブルへのCSS----------------------------------------------------*/

a:active{
	color: #FFF;
}


td.title {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/bar.jpg);
}

td.img {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

td.txt {
	font-size: small;
}


/* ----------------- フッター部分-----------------  */
#footer {
	text-align: center;
	border-top: 1px solid #666;
	padding: 5px;
	color: #ccc;
	clear: both;
}

ul.footer_link li {
	display: inline;
	list-style: none outside;
	font-size: 90%;
}

ul.footer_link li a {
	color: #aaa;
	font-weight: normal;
}


div.sn {
	width: 960px;
	margin: 20px auto 0;
	text-align: right;
	overflow: hidden;
	zoom: 1;
}
ul.sn_btn li {
	list-style: none;
	display: inline;
}

.twi {
	padding-top: 10px;
}

.txt-s .t-right{
	line-height: 1.5;
	font-size: 10px;
	text-align: right;
	}
	

div#chara_list {
	font-size: 15px;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}

div#chara_list a,a:hover {
	color: #000;
}

div#chara_list p{
	line-height: normal;
	text-align: center;
	font-size: 16px;
}


div#chara_list li{
	list-style-type: none;
	line-height: 30px;
 }
 
div#chara_list li.left{
	width: 170px;
	float: left;
	clear: left;
}
 
#chara {
	width: 630px;
	margin-top: 20px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}

/*武将紹介ー上杉軍*/
td.gun_u {
	width: 25%;
	color: #FFF;
	background-color: #39F;
	text-align: right;
	padding-right: 20px;
}

td.kana_u {
	color: #FFF;
	background-color: #39F;
	text-indent: 30px;

}

/*武将紹介ー最上軍*/
td.gun_m {
	width: 25%;
	color: #FFF;
	background-color: #063;
	text-align: right;
	padding-right: 20px;
}

td.kana_m {
	color: #FFF;
	background-color: #063;
	text-indent: 30px;
}

/*武将紹介ー伊達軍*/
td.gun_d {
	width: 25%;
    color: #FFF;
	background-color: #B3424A;
	text-align: right;
	padding-right: 20px;
}

td.kana_d {
	color: #FFF;
	background-color: #B3424A;
	text-indent: 30px;

}

.news01 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	font-size: 14px;
}

.news01 p{
	margin-right: auto;
	margin-left: auto;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 25px;
}
