@charset "UTF-8";
/* @Style license ID.0371 */
/************************************************
*	body					*
************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "MS UI Gothic", Osaka, Arial, Verdana, sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin: 0px auto 15px;
	padding: 0px;
}
br {
	letter-spacing: 0px
}
/************************************************
*	Reset					*
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/************************************************
*	clearfix									*
************************************************/
div:after , .clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/* exlude IE6 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end IE6 */

/* for IE7 */
.clearfix{
  zoom:1;
}
/* end IE7 */
/************************************************
*	全体の設定				*
************************************************/
/* 画像ボーダー */
img {
border-style: none;
}

/* 強調 */
strong {
	color: #ff6600;
	background-color: #ffffff;
}
/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: #ffffff;
}

/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}

/* 非表示 */
.none{
	display: none;
}

/* 区切り */
hr {
	clear: both;
	display: none;
}
/************************************************
*	レイアウト				*
************************************************/
#header {
	background-image: url(blogimg/header.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	overflow: hidden;
}

#content {
	font-size: 100%;
	background-image: url(blogimg/bodybg.png);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 920px;
}

#navi {
	background-image: url(blogimg/navibg.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 910px;
	float: left;
	clear: both;
}

#main {
	font-size: 87.5%;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px 0px 20px;
	width: 620px;
	float: left;
}

#sub {
	font-size: 100%;
	text-align: left;
	margin: 0px 10px 20px 0px;
	padding: 0px;
	width: 270px;
	float: left;
}

#footer {
	font-size: 100%;
	background-image: url(blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	clear: both;
}

/************************************************
*	header					*
************************************************/
#header .inner {
	padding: 15px 30px 5px 35px;
}

#header h1 {
	font-size: 10%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

/************************************************
*	navi					*
************************************************/
div#navi .pad {
	padding-left: 10px;
	padding-right: 10px;
}

div#navi ul {
	margin: 0px;
	padding: 0px;
}

div#navi ul li {
	font-size: 90%;
	font-weight: bold;
	display: inline;
}

div#navi ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #069FD2;
	background-image: url(blogimg/navi0.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: .7em 15px .6em;
	float: left;
	border-right: 1px solid #e0e0e0;
}

div#navi ul li a:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(blogimg/navi.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

/************************************************
*	main					*
************************************************/
div#main .inner {
	padding: 20px 20px 0px 40px;
}

/* イメージ画像 */
div#main div.image {
	background-image: url(http://www.er-cougars.jp/img/bg/rotate.php);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0x 10px;
	padding: 0px;
	height: 300px;
	clear: both;
}

/* メインコンテンツ見出し h2 */
div#main h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-image: url(blogimg/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 20px 0px 10px;
	padding: 13px 20px 10px 10px;
	clear: both;
}

/* メインコンテンツ見出し h3 */
div#main h3 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-image: url(blogimg/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0px 0px 10px;
	padding-left: 20px;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

/* メインコンテンツ見出し h4 */
div#main h4 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	background-image: url(blogimg/h4.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px 0px 10px;
	padding-left: 20px;
	border-bottom: 1px dotted #cccccc;
	clear: both;
}

/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #0000ff;
	padding: 1px;
}

div#main a:hover {
	text-decoration: underline;
	color: #0000ff;
	background-color: #e0ffff;
}

/* 段落 */
div#main p {
	line-height: 20px;
	padding: 0px 10px 10px;
	margin: 0px;
}

/* パンくず */
#main p.path {
	margin: 0px 10px;
	font-size: 90%;
}

/* メインコンテンツ 投稿者情報 */
div#main p.posted {
	font-size: 100%;
	margin-top: 0px;
}

/* メインコンテンツ 引用元情報 */
div#main cite {
	font-style: italic;
}
/* メインコンテンツ 引用 */
div#main blockquote {
	color: #666666;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #99CCFF;
	padding: 5px;
	margin-bottom: 1em;
	clear: both;
}
/* メインコンテンツ 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #99CCFF;
	padding: 5px;
	margin-bottom: 1em;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}
/* メインコンテンツ 定義リスト */
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

div#main dd {
	padding-left: 15px;
	padding-bottom: 8px;
}

/* メインコンテンツ 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 30px;
	margin-bottom: 1em;
}
div#main ul ol {
	padding-left: 30px;
}
/* メインコンテンツ 画像 */
div#main img{
	margin-top: 0;
	margin-bottom: 20px;
}
/* メインコンテンツ 画像左配置 */
div#main .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* メインコンテンツ 画像中央配置 */
div#main .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* メインコンテンツ 画像右配置 */
div#main .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* メインコンテンツ 続き */
div#main .extended {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

/* メインコンテンツ エントリタグ */
.entry-tags {
	clear:both;
    margin: 5px 0 10px 0; 
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list {
	margin-left: -25px;
	padding-left: 0;
	list-style: none;
}
p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}
/************************************************
* Sitemap * 
************************************************/
ul li.home {
list-style-type: none;
}
ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(blogimg/tree_end.gif);
list-style: none;
}

/************************************************
*	sub					*
************************************************/
/* サイドバー */
/* sub */
div#sub .inner {
	padding-top: 23px;
	padding-left: 20px;
	padding-right: 0px;
}

/* サイドバー見出し */
div#sub h2 {
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background-color: #069FD2;
	background-image: url(blogimg/sideh2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 10px 0px 0px;
	padding: 11px 15px 10px 10px;
	clear: both;
}

div#sub h3 {
	font-size: 90%;
	font-weight: bold;
	color: #069FD2;
	background-color: #ffffff;
	margin: 10px 0px 2px;
	padding: 0px;
	border-bottom: 1px dotted #069fd2;
}

/* サイドバーリスト */

div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	font-size: 80%;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 3px;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
}
	
div#sub #feeds ul li {
	font-size: 75%;
}
	
div#sub ul li a {
	text-decoration: none;
	color: #0000ff;
	background-color: #ffffff;
	margin: 0;
}

div#sub ul li a:hover{
	text-decoration: underline;
	color: #0000ff;
	background-color: #e0ffff;
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/* Feed */
#sub #feeds img {
	border: none;
	margin-right: 3px;
	vertical-align: middle;
}

/* サイドバーのリスト */
#sub #page_menu ul li {
	list-style-type: none;
	padding-left: 15px;
	padding-right: 0;
	padding-bottom: 3px;
	background-image: url(blogimg/list.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/************************************************
*	footer					*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 20px;
	padding-bottom: 0px;
	margin-left: 40px;
	font-size: 70%;
	font-weight: bold;
}

/* 段落 */
div#footer p {
	font-size: 10px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 30px ;
}

div#footer a {
	text-decoration: none;
	color: #000000;
}

/************************************************
*	Index Page								*
************************************************/
/* 更新情報 */
#main .topics {
	background-image: url(blogimg/cougar_b.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#main .topics h2 {
	margin-top: 5px;
}

#main .message {
	background-image: url(blogimg/bk_msg.gif);
}

#main .message h2 {
	color: #069FD2;
	padding-left: 20px;
}

#main .message a,#main .message a:hover {
	background-color: transparent;
}

/* 更新情報 */
div#update {
	width: 550px;
	background-image: url(blogimg/b_cougar.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

div#update a {
	padding-left: 20px;
	padding-right: 0;
	background-image: url(blogimg/bullet.png);
	background-position: left 10%;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* 更新情報（左） */
div#update_l {
	float: left;
	width: 260px;
}

/* 更新情報（右） */
div#update_r {
	float: right;
	width: 260px;
}

/* new!! */
div#main span.new {
	display: none;
	color: red;
	font-weight: bold;
}

/************************************************
*	smoothScroll								*
************************************************/
/* ページの先頭へ */
.pagetop {
	background-color: #ffffff;
	background-image: url(blogimg/arrow_up.png);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 0;
	padding-right: 15px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
}

/* ページの各ポイントへ */
#page_link {
	margin-bottom: 20px;
}

#page_link ul {
	margin-left: 0;
}

#page_link ul li {
	list-style-type: none;
	background-image: url(blogimg/arrow_down.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/************************************************
*	schedule link				*
************************************************/
/* 各月へのリンク */
#month_link {
	margin-bottom: 20px;
}
#month_link li {
	display: inline;
	padding-right: 25px;
}

/************************************************
*	google map				*
************************************************/
/* google map の調整 */
#g_map {
	margin-left: 20px;
}

/************************************************
*	warning					*
************************************************/
/* 赤字で注意 */
#main p.warn,#main .comments-open-content .warn {
	font-size: 87.5%;
	color: #ff0000;
	text-indent: -1.3em;
	margin-left: 1.4em;
	padding-left: 10px;
}

/* リストのアイコン */
#main .info {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(blogimg/info.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* リストのアイコン */
#main .arrow_r {
	padding-left: 20px;
	padding-right: 0;
	background-image: url(blogimg/arrow_right.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/************************************************
*	MailForm				*
************************************************/
#main .comments-open-content dl {
	margin-left: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #c0c0c0;
}

#main .comments-open-content dt {
	width: 150px;
	margin: 0 0 5px;
	padding: 0;
}

#main .comments-open-content dd {
	width: 450px;
	padding: 0;
	border-bottom: dotted 1px #c0c0c0;
	margin-left: 30px;
	margin-bottom: 15px;
}

#main .comments-open-content
 input:focus,
 textarea:focus {
	background-color: #e0ffff;
}

#main .comments-open-content form {
	margin-bottom: 0;
}

#main .comments-open-content blockquote,
#main blockquote.error_quote {
	background-color: #ffeeee;
	border: solid 1px #ff6666;
}

/* クレジット */
.comments-open-content #credit {
	font-size: 87.5%;
	text-align: right;
	line-height: 1.2;
}

/************************************************
*	Result Page				*
************************************************/
/* 試合結果 */
#main .game table {
	width: 450px;
	margin: 30px;
}

#main .game th,td {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

#main .game .erc {
	background-color: #e0ffff;
}

#main .game .erc img {
	margin: 0;
}

#main .game p {
	text-indent: 1em;
}

/************************************************
*	myAccordion				*
************************************************/
/* ページの先頭へ */
.myAccordion-declencheur{
padding: 5px;
cursor:pointer;
margin-bottom: 1px;
}
.myAccordion-declencheur-actif{
background:#99ffff;
}
.myAccordion-declencheur *{
margin:0;
}
.myAccordion-declencheur-actif *{
}
.myAccordion-content{
}
.myAccordion-content-actif{
}

