﻿@charset "utf-8";
@import "common.css";

/*  
Theme Name: 仁川学院イーグルス
Theme URI: http://www.toyomedia.com/
Version: 1.0
Author: 松本
Author URI: http://www.toyomedia.com/
*/

/*----------リンク色----------*/

a:link {text-decoration:underline;color:#052A82;}
a:visited {text-decoration:underline;color:#052A82;}
a:hover {text-decoration:underline;color:#4173BE;}
a:active {text-decoration:underline;color:#4173BE;}

a.nobr:link {text-decoration:none;color:#052A82;}
a.nobr:visited {text-decoration:none;color:#052A82;}
a.nobr:hover {text-decoration:underline;color:#4173BE;}
a.nobr:active {text-decoration:underline;color:#4173BE;}


/*----------レイアウト----------*/

body {
	text-align:center;
	background:url(images/head_line_bg.jpg) repeat-x;
}


/*----------ヘッダ_TOPバー----------*/

#top {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:url(images/header_bg.jpg) right top no-repeat;
	height:163px;
}

#header_line {
	height:25px;
	margin-bottom:20px;
}

h1 {
	color:#fff;
	line-height:25px;
}




/*----------ナビ----------*/

#navi {
	width:964px;
	margin:0 auto 10px;
	text-align:left;
	height:44px; background:url(images/navi_bg.jpg) no-repeat;
}

#search {
	width:275px;
	float:right;
	text-align:right;
	padding-top:12px;
	padding-right:12px;
}

#search img {
	vertical-align:top;
}


#search input.search_txt {
	width:150px;
	height:18px;
	padding: 0 2px;
	vertical-align:top;
	line-height:18px;
	border:1px solid #ccc;
	color:#999;
}

#search input.search_txt:focus{
	background:#E8F8FF;
}


#search input.search_btn {
	padding:0;
	border:none;
	vertical-align:top;
}


#navi ul{
	padding-top:2px;
	width:670px;
	float:left;
}

#navi li {
	float:left;
	margin-left:30px;
}

#navi li a{
	height:40px;
	display:block;
	text-indent:-9999px;
}

#navi li.navi_home a{width:39px;background:url(images/navi_home.jpg) no-repeat 0 -40px;}
#navi li.navi_home a:hover{width:39px;background:url(images/navi_home.jpg) no-repeat 0 0;}
#navi li.navi_roster a{width:55px;background:url(images/navi_roster.jpg) no-repeat 0 -40px;}
#navi li.navi_roster a:hover{width:55px;background:url(images/navi_roster.jpg) no-repeat 0 0;}
#navi li.navi_staff a{width:75px;background:url(images/navi_staff.jpg) no-repeat 0 -40px;}
#navi li.navi_staff a:hover{width:75px;background:url(images/navi_staff.jpg) no-repeat 0 0;}
#navi li.navi_links a{width:34px;background:url(images/navi_links.jpg) no-repeat 0 -40px;}
#navi li.navi_links a:hover{width:34px;background:url(images/navi_links.jpg) no-repeat 0 0;}
#navi li.navi_spt a{width:107px;background:url(images/navi_spt.jpg) no-repeat 0 -40px;}
#navi li.navi_spt a:hover{width:107px;background:url(images/navi_spt.jpg) no-repeat 0 0;}
#navi li.navi_contact a{width:101px;background:url(images/navi_contact.jpg) no-repeat 0 -40px;}
#navi li.navi_contact a:hover{width:101px;background:url(images/navi_contact.jpg) no-repeat 0 0;}

/*----------コンテンツ部----------*/


/*共通*/

#cnt {
	width:960px;
	margin:0 auto;
	text-align:left;
}


#cnt_L{
	width:670px;
	float:left;
}


#main-content {
}

#main-content-inner {
	padding:10px;
	border:1px solid #999;
}


.err_msg {
	padding:10px;
	border:1px solid #CC0000;
	color:#CC0000;
	background:#FFECEC;
	margin:10px 0;
}

.err_login a{}

/*----------サイドメニュー----------*/

.bnr_space{
	margin-bottom:15px;
}

#cnt_R {
	width:275px;
	float:right;
}

#cnt_R h3 {
	font-weight:bold;
	background:url(images/side_ttl.jpg) no-repeat;
	color:#fff;
	line-height:25px;
	padding:0 10px;
}


.side_block,
.widget {
	margin-bottom:15px;
}

/*ボタン*/
#execphp-4,
#execphp-5 {
	padding:0;
	background:none;
}

/*サイドボックス最後の要素に適用*/
.widget_meta{
	margin-bottom:0;
}

.side_block_inner,
.widget ul,
.widget div ul {
	border:1px solid #999;
	border-top:none;
	padding:10px;
}


#cnt_R li{
	border-bottom:1px dotted #999;
	line-height:2em;
	margin-bottom:3px;
}


#cnt_R li a:link {text-decoration:none;color:#333;}
#cnt_R li a:visited {text-decoration:none;color:#333;}
#cnt_R li a:hover {text-decoration:none;color:#0099CC;}
#cnt_R li a:active {text-decoration:nonecolor:#0099CC;}


/*サイドコンテンツ*/
ul.side_content li a.ttl {
	display:block;
	width:50%;
	float:left;
	line-height:20px;
}

ul.side_content li a.sub_ttl {
	display:block;
	width:40%;
	float:right;
	color:#999;
	font-size:85%;
	line-height:20px;
	text-align:right;
}

/*----------フッター----------*/



.footer_bnr {
	margin-top:15px;
}
.page_top {
	text-align:right;
	width:960px;
	margin:0 auto 5px;
}

.page_top a {
	background:url(images/page_top.jpg) no-repeat left center;
	padding-left:13px;
}


#footer {
	border-top:2px solid #052A82;
	padding:5px 0;
	min-width:960px;
}



/*----------記事----------*/
.post {

}

.post h2 {
	margin-bottom:15px;
	padding:0 10px;
	line-height:28px;
	background:url(images/ttl_center.jpg) repeat-x;
	border:1px solid #999;
	border-bottom:2px solid #4173BE;
}
.post h2 a{
	font-weight:bold;
	font-size:114%;
	text-decoration:none;
	line-height:28px;
}

.post h2 a:link {color:#444;}
.post h2 a:visited {color:#444;}
.post h2 a:hover {color:#666;}
.post h2 a:active {color:#666;}


.entry-content {}

.entry-content p {
	line-height:1.5em;
	margin-bottom:20px;
}

.entry-content em {font-style:italic;}

.entry-content blockquote {
	margin:10px 0 10px 20px;
	padding:10px;
	background:#f6f6f6;
}

.post-info{
	text-align:right;
	border-top:1px solid #666;
	margin-top:15px;
	margin-bottom:0px !important;
	padding:3px 0;
}

.more-link{
	display:block;
	text-align:right;
}


/*----------コメント----------*/

.Comments {
}
.comments {
	font-weight:bold;
	font-size:114%;
	text-decoration:none;
	background:#EFFAFC;
	padding:3px;
	margin-top:15px;
}

ol.commentlist li.comment {
	margin-bottom:10px;
	padding:0;
}

ol.commentlist span.ListUser {
	font-weight:bold;
}

li.depth-1 {
	border-bottom:1px dotted #333;
	margin-bottom:20px;
}

.ListInfo {
	margin:5px;
}
.ListContent p{
	margin:0 5px;
}

span.reply{
	display:block;
	margin:5px;
	text-align:right;
}
/*返信*/
.children li.comment {
	background:#f6f6f6;
}

/*コメントフォーム*/
h3.respond {
	font-weight:bold;
	margin:5px 0;
}

.com_input {
	margin-bottom:5px;
}

.com_input .TextArea {
	height:80px;
	width:80%;
}

.hissu {
	color:red;
	font-size:92%;
}





/*----------TOP----------*/
#topflash {
	margin-bottom:15px;
}


.top-content {
	margin-bottom:15px;
}

.top-content-inner {
	padding:10px;
	border:1px solid #999;
	border-top:none;
}


h2.com_ttl {
	padding:0 20px;
	height:30px;
	background:url(images/main_ttl.jpg) no-repeat;
	font-weight:bold;
	font-size:114%;
	color:#444;
	line-height:30px;
}

h2.com_ttl span{
	font-weight:bold;
	font-size:114%;
	color:#444;
	line-height:30px;
}


h2.com_ttl a{
	font-weight:bold;
	font-size:114%;
	text-decoration:none;
	line-height:30px;
}

h2.com_ttl a:link {color:#444;}
h2.com_ttl a:visited {color:#444;}
h2.com_ttl a:hover {color:#666;}
h2.com_ttl a:active {color:#666;}

h2.com_ttl_n {
	margin-bottom:15px;
	padding:0 13px;
	height:30px;
	background:url(images/ttl_center.jpg) no-repeat;
	font-weight:bold;
	font-size:114%;
	line-height:30px;
}


ul.top_list {
}

ul.top_list li {
	margin-bottom:5px;
}

ul.top_list li a {
	/*padding-left:15px;
	bckground:url(images/ico_arrow.jpg) left center no-repeat;*/
}

.posts-navigation{
	text-align:right;
}

h3.com_ttl{
	font-weight:bold;
	line-height:1em;
	border-left:3px solid #4173BE;
	padding-left:5px;
	margin-bottom:10px;
}

h3.com_ttl a{
	font-weight:bold;
	text-decoration:none;
	line-height:1em;
}

h3.com_ttl a:link {color:#444;}
h3.com_ttl a:visited {color:#444;}
h3.com_ttl a:hover {color:#666;}
h3.com_ttl a:active {color:#666;}

/*----------ページ----------*/

h2.ttl_spt{
	font-weight:bold;
	font-size:114%;
	line-height:28px;
	padding:0 10px;
	line-height:28px;
	background:url(images/ttl_center.jpg) repeat-x;
	border:1px solid #999;
	border-bottom:2px solid #4173BE;
}

.page h2 {
	margin-bottom:15px;
	padding:0 10px;
	line-height:28px;
	background:url(images/ttl_center.jpg) repeat-x;
	border:1px solid #999;
	border-bottom:2px solid #4173BE;
}
.page h2 a{
	font-weight:bold;
	font-size:114%;
	text-decoration:none;
	line-height:28px;
}

.page h2 a:link {color:#444;}
.page h2 a:visited {color:#444;}
.page h2 a:hover {color:#666;}
.page h2 a:active {color:#666;}


/*リンク*/

.link_table td{
	border:none;
	vertical-align:middle;
}

/*選手紹介*/
.roster_table th{
	font-weight:bold;
	background:#052A82;
	color:#fff;
}

/*スタッフ紹介*/
.staff_table td{
	padding:15px 0;
	border:none;
	text-align:center;
	border-collapse:separate;
	border-bottom:1px dotted #666;
}

.staff_table .info{
	padding-top:5px;
}

.staff_table span.part{
	font-weight:bold;
	color:#4173BE;
}

.staff_table span.nam{
	font-weight:bold;
}


/*テーブル共通*/
.t_center{text-align:center;}
.min{width:1%; white-space:nowrap;}

.even td {background:#f3f3f3;}

.t_ttl { padding:10px 5px;}

td h3{
	font-weight:bold;
	line-height:1em;
	border-left:3px solid #4173BE;
	padding-left:5px;
}



/*----------フォーム----------*/

.form {
	margin-top:20px;
}

.hissu {font-size:85%;color:red;}

.error_coution{color:red;font-size:12px;}

.form th {
	font-weight:bold;
	background:#ECE9D8;
}


.form_ob {
	margin:0px;
}
.form_ob th {
	font-weight:bold;
	background:#ECE9D8;
	width:12em;
}

.form_ob .zip_td input{
	margin-bottom:5px;
}


.rei{color:#666666;}



/*その他*/
.last_box{ margin-bottom:0px;}

.page_link a{
	text-decoration:none;
}

.page_link span {
	border:1px solid #0099CC;
	background:#0099CC;
	padding:0 3px 0 4px;
	color:#fff;
}

.page_link a span {
	border:1px solid #0099CC;
	background:#fff;
	padding:0 3px 0 4px;
	color:#0099CC;
}

hr {
	border-top:1px dotted #999;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}


