/* 
Theme Name: squad-takuya
Theme URI: http://www.www.www/
Description: squad-takuya
Author: Makoto Nakao
*/

@charset "UTF-8";
/*+++++++++書式のリセット++++++++++*/
*{
	margin:0;
	padding:0;
	}
a:link{
	color:#0000FF;
	text-decoration: underline;
	font-weight: normal;
	}
a:visited {
	color:#0066FF;
	text-decoration: underline;
	font-weight: normal;
	}
body {
	font-size:16px;
	color:#333333;
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	margin:0;
	background-color: #FFFFFF;
	}
h1{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h2{
	color:#FF6600;
	border-color: #FF9900;
	border-left-style: solid;
	border-left-width: 4px;
	padding: 3px 0px 5px 3px;
	font-size: 18px;
	margin: 20px 0px 20px 0px;
	border-style: none none none solid;
	}
h3 {
	color:#000000;
	font-size:1em;
	margin: 20px auto 0px auto;
	border-color: #000000;
	font-weight: bold;
	}
h4 {
	font-style:normal;
	line-height:150%;
	border-style: solid;
	border-width: 1px;
	border-color: #007E28;
	padding: 5px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h5 {
	font-style:normal;
	line-height:150%;
	border-style: solid;
	border-width: 1px;
	border-color: #376092;
	padding: 5px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: inherit;
	}
strong{
	font-weight:bold;
	}
em {
	color:#FF9900;
	font-style:normal;
	}
p{
	margin: 10px 10px 10px 10px;
	line-height: 150%;
	}
img{
	border:none;
	}
/*+++++++++基本レイアウトボックス++++++++++*/
#wrapper {
	width: 788px;
	margin-right: auto;
	margin-left: auto;
}
#contents{
	background-image: url(images/com_bk.gif);
	}
#header {
	width: 788px;
	background-image: url(images/head_back.jpg);
}
#header_h1{
	width:788px;
	margin:0 auto auto auto;
	background-image:url(images/head_back.jpg)
	}
#menubar {
	background-image: url(images/com_menu.jpg);
	height: 38px;
}
#article {
	width: 570px;
	float: right;
}
#article_karute {
	background-image:url(images/karute_bk.gif);
	background-repeat:repeat-y;
	margin: 0px 10px 0px 0px;
	width: 580px;
	float: right;
}
#sidebar {
	float: left;
	width: 210px;
}
#footer {
	margin: 0px;
	clear: both;
	text-align: center;
	line-height: 27px;
}
/*+++++++++ヘッダー内のスタイル++++++++++*/
#titleBox{
	width:563px;
	background-image:url(images/com_title_r.jpg);
	text-align:left;
	height: 72px;
	}

#globalMenu {
	list-style-type:none;
	font-weight: bold;
	color: #FFFFFF;
	width: 788px;
	margin: 14px auto 0px auto;
	float: left;
	padding: 0;
	}

#globalMenu a:link, #globalMenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	}
#globalMenu a:hover, #globalMenu a:active {
	color:#FFFF00;
	text-decoration:none;
	font-size:14px;
	}	
#globalMenu li{
	float:left;
	text-align: center;
	width: 129px;
	}
#title_tab{
	margin:0px;
	padding: 0px;
	height:72px;
	width:780px;
	}
/*+++++++++サイドバー内スタイル++++++++++*/
#NavNews{
	width:198px;
	height:200px;
	border-style:solid;
	border-width:1px;
	overflow:auto;
	border-top-style: none;
	margin-left: 4px;
	border-color: #D9E4EB;
	}
#NavNewsIndex{
	height:30px;
	background-image: url(images/nav_news_index.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 4px;
	}
#NavBar{
	margin:10px auto 10px 4px;
	}
#NavBar ul {
	margin-bottom:5px;
	margin-top: 5px;
	color:#006600;
	padding-left: 0px;
	line-height: 22px;
	}
#NavBar li li ul {
	margin-bottom:5px;
	margin-top: 5px;
	color:#006600;
	padding-left: 0px;
	line-height: 22px;
	display: none;
		}	
		
#NavBar li.page_item{
	background-image: url(images/nav_index.jpg);
	background-repeat: no-repeat;
	margin: 10px 0px;
	list-style:none;
	text-indent: 10px;
	padding: 5px 0px 0px 0px;
	height: 30px;
	}

	
#NavBar li li.current_page_item ul {
	margin-bottom:5px;
	margin-top: 5px;
	color:#006600;
	padding-left: 0px;
	line-height: 22px;
	display: inline;
		}	
	
#NavBar li li.current_page_parent ul {
	margin-bottom:5px;
	margin-top: 5px;
	color:#006600;
	padding-left: 0px;
	line-height: 22px;
	display: inline;
		}	
	
#NavBar li.page_item a:link, li.page_item a:visited, #NavBlogIndex a:link,#NavBlogIndex a:visited{
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}
#NavBar li li.page_item{
	background-image:url(images/nav_list_mark.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 10px 0px 10px 0px;
	list-style-type:none;
	text-indent: 15px;
	padding: 0;
	line-height: 15px;
	}
#NavBar li li.current_page_item{
	background-image: url(images/nav_list_mark-2.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	list-style:none;
	text-indent: 15px;
	padding: 0px 0px 0px 0px;
	}	
#NavBar li li.current_page_parent{
	background-image: url(images/nav_list_mark-2.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	list-style:none;
	text-indent: 15px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	}	
#NavBar li li li.page_item{
	margin: 5px 0px 0px 15px;
	list-style-type:none;
	text-indent: 15px;
	padding: 0;
	background-image: url(images/nav_list_mark.gif);
	}
#NavBar li li li.current_page_item{
	margin: 5px 0px 0px 15px;
	list-style-type:none;
	text-indent: 15px;
	padding: 0;
	background-image: url(images/nav_list_mark-2.gif);
	}		
#NavBar li li.page_item a:link {
	color:#006600;
	text-decoration: underline;
	font-weight: normal;
	}
#NavBar li li.page_item a:visited {
	color:#52A251;
	text-decoration: underline;
	font-weight: normal;
	}
#newsBox {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 12px;
}
#newsBox p{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	}
#NavBlog{
	width:178px;
	/*height:120px;*/
	border-style:solid;
	border-width:1px;
	overflow:auto;
	border-top-style: none;
	margin-left: auto;
	margin-right: 0px;
	border-color: #CCCCCC;
	text-align: right;
	}
 #NavBlog a:link {
	color:#00B0F0;
	}
#NavBlog a:visited {
	color:#376092;
	}
#NavBlogIndex{
	width:180px;
	height:31px;
	background-image: url(images/sb_bk_index.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: 0px;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
	line-height: 30px;
	font-weight: bold;
	}
#blogBox {
	width: 150px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 12px;
	text-align: left;
}

#rss_box{
	width: 199px;
	margin-top: -11px;
	margin-left: 0px;
	text-align: left;
	border-style:solid;
	border-color:#D9E4EB;
	border-width:1px;
	border-left:none;
	border-top:none;
	font-size:12px;
	color:#000;
}

#rss_box ul{
	margin-left:5px;
	list-style: none;
	color: #000;
}
#rss_box li{
	line-height: 1.2em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-color: #D9E4EB;
}
#BlogIndex{
	height:30px;
	background-image: url(images/nav_index.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 4px;
	}
/*+++++++++アーティクル内スタイル++++++++++*/
#textBox {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	padding-right: 15px;
}

#textBox ol {
	margin:0px 0px 10px 0px;
	}
#textBox ol li {
	margin:0px 0px 15px 30px;
	}
#textBox table.voice_table{
	border-style:solid solid none solid;
	border-color:#999999;
	border-width:1px;
	border-left-style: none;
	margin-bottom: 10px;
	}
#textBox table.voice_table td{
	border-color:#999999;
	border-width:1px;
	border-left-style: solid;
	vertical-align: top;
	padding: 5px;
	border-bottom-style: solid;
	}
#textBox ul{
	margin-left:15px;
	margin: 5px auto 5px 15px;
	}
#textBox li{
	margin:5px auto 5px auto;
	line-height: 150%;
	list-style-image: url(images/nav_list_mark.gif);
	}
p#textbox_footer{
	text-align:right;
	margin:0px -10px 5px 0px;
	padding:0px;
	}
/*+++++++++カルテスタイル++++++++++*/	

#karute_top {
	background-image: url(images/karute_top.gif);
	margin: 0px;
	padding: 0px;
	width: 580px;
	height: 76px;
}
#karute_bottom {
	background-image: url(images/karute_bottom.gif);
	margin: 0px;
	padding: 0px;
	width: 580px;
	height: 42px;
}
#textBox_k {
	width: 480px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#textBox_k h2{
	color:#000000;
	margin-bottom: 10px;
	margin-top: 10px;
	}
#textBox_k p{
	margin: 10px 10px 10px 10px;
	line-height: 150%;
	}
	
table#karute {
	border-top-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#999999;
	margin:5px auto 5px auto;
	}
table#karute td {
	border-bottom-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:#999999;
	padding:0;
	}
table#karute td.dot_line{
	border-left-style:dotted;
	border-width:1px;
	border-color:#999999;
	}
table#karute div{
	margin: 5px 5px 5px 5px;
	}
table#karute strong{
	color:#000000;
	font-weight:bold;
	}
div.tab_index{
	color:#000000;
	font-weight:bold;
	}
div.karute_item{/*IE7でセルの幅を強制的に280pxにするために追加。HTMLでセルの幅を指定しても中身が少ないと勝手にセルの幅が小さくなるみたい*/
	margin:0;
	width:280px;
	}
div#text {
	margin:5px 30px 5px 5px;
	text-indent:-20px;
	}
/*+++++++++フッター内スタイル++++++++++*/
div#res_dev{
	margin:10px auto 10px auto;
	width: 546px;
}
div#footMenu {
	text-align: center;
	padding: 0;
	height: 52px;
	background-image: url(images/com_bk_footer.jpg);
	margin: 0px;
}
#footMenu p{
	margin-top:0px;
	padding-top: 10px;
	color: #FFFFFF;
	}
#footSEO {
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 18px;
}
div#footContact {
	width: 500px;
	margin-top: 5px;
	margin-right: 55px;
	margin-bottom: 5px;
	margin-left: auto;
}
#footer hr{
	color:#CCCCCC;
	margin: 0px;
	}
div#footCopyright {
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 12px;
	line-height: 100%;
	color: #000000;
}
table#are_info{
	font-size:12px;
	}
	
div#footSEO2 {
	margin:5px auto 5px auto;
	font-size:12px;
	line-height: 100%;
	padding-bottom: 0px;
	font-weight: bold;
	}
#footMenu a:link {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	}
#footMenu a:visited {
	color:#CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	}
#fukidasi {
	width: 468px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/fukidasi_back.gif);
}
#fukidasi_top {
	background-image: url(images/fukidasi_top.gif);
	background-repeat: no-repeat;
	height: 29px;
}
#fukidasi_bottom {
	background-image: url(images/fukidasi_bottom.gif);
	background-repeat: no-repeat;
	height: 50px;
}
/*+++++++++リンク集スタイル++++++++++*/
#link_navi{
	margin:10px auto 10px auto;
	width: 500px;
	padding: 0px 0px 0px 15px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	}
#link_navi table{
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	margin: 10px auto 10px 0px;
	border-bottom-style: none;
	}
#link_navi h2{
	margin:10px 0px 10px -10px;
	font-size: 18px;
	color: #E24642;
	border-left-style:solid;
	border-left-width:4px;
	border-color:#E24642;
	padding-left:5px;
	margin-left:2px;
	}

#link_navi th {
	border-right-style:dotted;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:5px;
	}
#link_navi td {
	border-bottom-style:solid;
	border-bottom-width: 1px;
	padding:5px;
	}
ul#link_list{
	margin:10px auto 10px 0px;
	padding: 0px 0px 0px 15px;
	}
ul#link_list li {
	line-height: 150%;
	margin: 10px auto 10px auto;
	}

