﻿/*
Theme Name: BurningSoul
Theme URI: http://test.qualitywordpress.com/?preview_theme=ice-mag
description: WordPress Theme / No:R2-001 / CodeName：BurningSoul
Version: 1.0
Author: Ultimate,Inc. Creative Director：Hikaru Uchiyama
Author URI: http://qualitywordpress.com
*/

/**************** General *****************/
html,body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 20px;
	background: url("images/bg.jpg") repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}
h1, h2, h3, h4 {
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.area_white {
	border: 1px solid #BBBBBB;
	margin: 10px;
	padding: 10px;
}

/**************** Page *****************/
#page {
	margin: 0 auto;
	width: 895px;
	background: url("images/page.gif") repeat-y;
}
#page-top {
	background: url("images/page_top.jpg") no-repeat;
}
#page-bottom {
	min-height: 200px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}

/**************** Header *****************/
#header {
	position: relative;
	height: 348px;
}
#header #header-info {
	margin: 0 15px;
	padding: 3px 0 0 0;
}
#header #header-info .description {
	width: 80%;
	float: left;
	color: #FFF;
	font-size: 12px;
}
#header #header-info .bookmarker {
	width: 20%;
	float: right;
	text-align: right;
}
#header #header-info .bookmarker a {
	text-decoration: none;
}
#header #header-info .bookmarker a:hover {
	text-decoration: none;
}

/**************** Header:Menu *****************/
#header #header-menu {
	position: absolute;
	top: 285px;
	left: 12px;
	width: 640px;
	height: 46px;
	list-style:none;
}
#header #header-menu ul {
	margin: 0;
	padding:0;
	list-style-type: none;
}

#header #header-menu li {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}
#header #header-menu li a{
	text-indent:-10000px;
	outline: none;
}
#menu01 a {
	display:block;
	width:95px;
	height:46px;
	background:url("images/menu_01.jpg") no-repeat;
}
#menu01 em a  {text-decoration:none; background-position:0 -92px;}
#menu01 a:hover    {text-decoration:none; background-position:0 -46px;}
#menu01 em  a:hover {text-decoration:none; background-position:0 -92px;}

#menu02 a {
	display:block;
	width:95px;
	height:46px;
	background:url("images/menu_02.jpg") no-repeat;
}
#menu02 em a       {text-decoration:none; background-position:0 -92px;}
#menu02 a:hover    {text-decoration:none; background-position:0 -46px;}
#menu02 em a:hover {text-decoration:none; background-position:0 -92px;}

#menu03 a {
	display:block;
	width:95px;
	height:46px;
	background:url("images/menu_03.jpg") no-repeat;
}
#menu03 em a       {text-decoration:none; background-position:0 -92px;}
#menu03 a:hover    {text-decoration:none; background-position:0 -46px;}
#menu03 em a:hover {text-decoration:none; background-position:0 -92px;}

#menu04 a {
	display:block;
	width:95px;
	height:46px;
	background:url("images/menu_04.jpg") no-repeat;
}
#menu04 em a       {text-decoration:none; background-position:0 -92px;}
#menu04 a:hover    {text-decoration:none; background-position:0 -46px;}
#menu04 em a:hover {text-decoration:none; background-position:0 -92px;}

#menu05 a {
	display:block;
	width:95px;
	height:46px;
	background:url("images/menu_05.jpg") no-repeat;
}
#menu05 em a       {text-decoration:none; background-position:0 -92px;}
#menu05 a:hover    {text-decoration:none; background-position:0 -46px;}
#menu05 em a:hover {text-decoration:none; background-position:0 -92px;}

#menu06 a {
	display:block;
	width:100px;
	height:46px;
	background:url("images/menu_06.jpg") no-repeat;
}
#menu06 em a       {text-decoration:none; background-position:0 -92px;}
#menu06 a:hover    {text-decoration:none; background-position:0 -46px;}
#menu06 em a:hover {text-decoration:none; background-position:0 -92px;}

.cl_menu{
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

/**************** Header:Search *****************/
#header #header-search {
	position: absolute;
	top: 293px;
	left: 630px;
	width: 245px;
	height: 18px;
}
#header #header-search #searchform {
	margin: 0;
	padding: 0;
	width: 245px;
	height: 18px;
}
#header #header-search #s {
	width: 170px;
	height: 18px;
	padding: 7px 5px;
	border: 0;
	font-size: 13px ;
	color: #000000;
	background: transparent;
	float: left;
}
#header #header-search #searchsubmit {
	background: url("images/submit.gif");
	border: none;
	width: 58px;
	height: 31px;
	padding: 0;
	float: right;
}

/**************** Main *****************/
#main {
	float:left;
	background: #fff;
	margin:0 12px;
	width: 870px;
}

/**************** パンくず *****************/
#main .breadCrumbs {
	padding:0 0 10px 0;
	font-size: 12px ;
	color: #000000;
	width: 631px;
}
#main .breadCrumbs a {
	color: #4699CC;
	text-decoration: none;
}

/**************** Content *****************/
#content {
	min-height:100%;
	float: left;
	width: 631px;
	padding: 20px 17px 0 16px;
}
#content .post {
	float: left;
	margin-bottom: 30px;
	width: 631px;
}
#content .post .post-title {
	width: 631px;
	height:31px;
	font-size: 12px ;
	color: #000000;
}
#content .post .post-title a {
	color: #4699CC;
	text-decoration: none;
}
#content .post .post-title a:hover {
	text-decoration: underline;
}
#content .post .post-title h2 {
	color: #000000;
	font-size: 14px ;
	font-weight:normal;
	border-bottom: 1px dotted #696969;
	border-left:5px solid #FF6600;
	margin:5px 0 0 0;
	padding: 5px 0  5px 10px;
}
#content .post .post-title h2 a {
	color: #000000;
	text-decoration: none;
}
#content .post .post-title h2 a:hover {
	text-decoration: underline;
}
#content .post .post-title ul {
	width:540px;
	margin-top:-20px;
}
#content .post .post-title li {
	width:540px;
	padding:5px 0;
	border-bottom: 1px dotted #696969;
	list-style:none;
}

/**************** What's New *****************/
#content .post .post-title-new {
	background: url("images/about.jpg") no-repeat;
	width: 631px;
	height:241px;
	margin-top:0px;
	font-size: 12px ;
	color: #000;
}
#content .post .post-title-new a {
	color: #4699CC;
	text-decoration: none;
}
#content .post .post-title-new a:hover {
	text-decoration: underline;
}
#content .post .post-title-new h2 {
	color: #000000;
	font-size: 14px ;
	padding: 7px 0 0px 15px;
}
#content .post .post-title-new h2 a {
	color: #000000;
	text-decoration: none;
}
#content .post .post-title-new h2 a:hover {
	text-decoration: underline;
}
#content .post .post-title-new ul {
	width:540px;
	margin-top:-20px;
}
#content .post .post-title-new li {
	width:540px;
	padding:5px 0;
	border-bottom: 1px dotted #696969;
	list-style:none;
}
#content .post .post-title-new .all {
	margin-left:440px;
	margin-top:15px;
	width:170px;
	height:25px;
}
#content .post .post-title-new #feed{
background: url("images/feed.gif") no-repeat;
margin:-18px 0 0 595px;
width: 16px;
height: 16px;
}

/**************** Blog *****************/
#content .post .post-title-blog {
	/*background: url("images/top_blog_bg.jpg") no-repeat;*/
	height:100px;
	width: 641px;
	font-size: 11px ;
	color: #666666;
	margin-top:10px;

}
#content .post .post-title-blog a {
	color: #4699CC;
	text-decoration: none;
}
#content .post .post-title-blog a:hover {
	text-decoration: underline;
}
#content .post .post-title-blog .block{
	width:292px;
	height:70px;
	float:left;
	padding:10px 15px 5px 10px;
}
#content .post .post-title-blog .blog1{
	width:212px;
	height:60px;
	padding:0 0 0 70px;
	float:left;
	background: url("images/blogphoto1.jpg") no-repeat;
}
#content .post .post-title-blog .blog2{
	width:212px;
	height:60px;
	padding:0 0 0 70px;
	float:left;
	background: url("images/blogphoto2.jpg") no-repeat;
}	
#content .post .post-title-blog .banner1{
	width:170px;
	height:60px;
	padding:0 0 0 130px;
	float:left;
	background: url("images/banner_challenge25.gif") no-repeat;
}
#content .post .post-title-blog .banner2{
	width:150px;
	height:60px;
	padding:0 0 0 130px;
	float:left;
	background: url("images/banner_dff.gif") no-repeat;
}

#content .post .post-title-blog h2 {
	color: #666666;
	font-size: 14px ;
	padding: 0 0 0 15px;
	margin-bottom:5px;
	border-left: 3px solid #FF6633;
}
#content .post .post-title-blog .block h2 a {
	color: #000000;
	text-decoration: none;
}
#content .post .post-title-blog .block h2 a:hover {
	text-decoration: underline;
}

/**************** Post - Entry *****************/
#content .post .post-entry {
	font-size:12px;
	color: #666666;
	width: 621px;
	padding: 10px 10px;
}
#content .post .post-entry h2 a, #content .post .post-entry p a {
	text-decoration: none;
	color: #4699CC;
}
#content .post .post-entry a:hover {
	text-decoration: none;
}
#content .post .post-entry blockquote {
	border-left: 10px solid #e6e6e6;
	margin: 0px 30px;
	padding-left: 15px;
}
#content .post .post-entry textarea{
	width:95%;
}
#content .post .post-entry .border1{
	float:left;
	width:610px;
	margin:5px 0;
	height: 0px;
	border: 0px;
	border-top: 1px dotted #CCCCCC;
}
#content .post .post-entry h2{
	font-size:13px;
	font-weight:bold;
	border-left: 3px solid #FF6600;
	padding:5px 5px 5px 10px;
}
#content .post .post-entry h3{
	font-size:13px;
	font-weight:bold;
	color:#333333;
	height:30px;
	margin:10px 0 0 0;
	padding:6px 0 0 10px;
	background: url("images/title_bg.jpg") no-repeat;
}
#content .post .post-entry .h4_blue {
	font-size:13px;
	font-weight:bold;
	color:#002465;
}

/**************** Post - 画像 *****************/
#content .post .post-entry .image01l{
	float:left;
	padding:0;
}
#content .post .post-entry .image01r{
	float:right;
	padding:0;
}

/**************** Post - Q&A *****************/
#content .post .post-entry .q a {
	float:left;
	background: url("images/q.gif") no-repeat;
	width:590px;
	height:auto;
	padding: 0 0 0 30px;
	margin: 10px 0;
}
#content .post .post-entry .a{
	float:left;
	background: url("images/a.gif") no-repeat;
	width:590px;
	height:auto;
	padding-left:30px;
	margin: 0 0 10px 0;
}

/**************** 疑似テーブル 写真あり *****************/
#content .post .post-entry .lp-wrapper {
	float:right;
	width:430px;
}
#content .post .post-entry .rp-wrapper {
	float:left;
	width:370px;
}
#content .post .post-entry .l-side{
	width:70px;
	float:left;
	padding:0 0 0 5px;
}
#content .post .post-entry .r-side{
	width:270px;
	float:left;
	padding:0 0 0 5px;
	border-left: 1px solid #CCCCCC;
}
#content .post .post-entry .border {
	float:left;
	width:360px;
	height: 0px;
	margin:5px 0;
	border: 0px;
	border-top: 1px dotted #CCCCCC;
}

/**************** 疑似テーブル 写真なし *****************/
#content .post .post-entry .wrapper_wide {
	width:610px;
}
#content .post .post-entry .l-side_wide{
	width:90px;
	float:left;
	padding:0 0 0 5px;
}
#content .post .post-entry .r-side_wide{
	width:500px;
	float:left;
	padding:0 0 0 5px;
	border-left: 1px solid #CCCCCC;
}
#content .post .post-entry .border_wide{
	float:left;
	width:610px;
	height: 0px;
	margin:5px 0;
	border: 0px;
	border-top: 1px dotted #CCCCCC;
}

/**************** 疑似テーブル 成功実績 *****************/
#content .post .post-entry .wrapper_success {
	width:610px;
}
#content .post .post-entry .l-side_success{
	float:left;
	width:320px;
	height:360px;
	padding:40px 0 0;
	background:#000;
}
#content .post .post-entry .r-side_success{
	width:270px;
	height:390px;
	float:right;
	padding:5px;
	border: 1px solid #CCCCCC;
}
#content .post .post-entry .r-side_success .result{
	width:300px;
	height:150px;
	float:left;
	margin: 5px 0;
	background: url("images/success_result.jpg") no-repeat;
}
#content .post .post-entry .navi {
	clear:both;
	display:block;
	float:left;
	width:610px;
	margin-top:20px;
}
#content .post .post-entry .pager_l a {
	background-color:#999999;
	border:2px solid #CCCCCC;
	color:white;
	font-size:10px;
	padding:2px 10px;
	float:left;
	margin-left:200px;
}
#content .post .post-entry .pager_r a {
	background-color:#999999;
	border:2px solid #CCCCCC;
	color:white;
	font-size:10px;
	padding:2px 10px;
	float:left;
	margin-left:50px;
}
#content .post .post-entry .border_success{
	width:300px;
	float:left;
	margin:5px 0;
	border-top: 1px dotted #CCCCCC;
}
#content .post .post-entry .area_orange{
	width:600px;
	float:left;
	padding:10px;
	margin:10px 0;
	border: 1px solid #D5962E;
	background-color:#FFFEE1;
	color:#DE5818;
}
#content .post .post-entry .area_orange h5{
	color:#DE5818;
	font-size:12px;
	margin:0;
}

/**************** 成功実績 *****************/

#result_web{
	margin:10px 0;
}
.result_web_header{
	background: url("images/results_header.png") no-repeat;
	width:297px;
	height:63px;
}
.result_web_header .result_web_title {
	float:left;
	padding:35px 0 0 30px;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.result_web_side{
	float:left;
	background: url("images/results_side.png") repeat-y;
	width:297px;
	text-align:center;
}
.result_web_side .result_web_more a{
	float:right;
	margin:0 15px 5px 0;
	padding:0 5px;
	background: #333333;
	color:#FFF;
	font-size:10px;
	text-decoration: none;
}
.result_web_footer{
	float:left;
	background: url("images/results_footer.png") no-repeat;
	width:297px;
	height:50px;
	text-indent:-9999px;
}

/**************** サイトマップ *****************/
#content .post .post-entry li{
	list-style-position: outside;
	list-style-image: url("images/allow_mini3.gif"); 
}

/**************** Sidebar *****************/
#sidebar {
	position:relative;
	padding:10px 0 0 0;
	margin:0;
	float: left;
	width: 206px;
	height:100%;
	color: #1A3E58;
}

#sidebar a {
	color: #1A3E58;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar-box {
	float:left;	
	text-align:center;
	width: 190px;
	background:url(images/sidebar_bg.gif) repeat-y;
	padding-bottom: 10px;
}

#sidebar .sidebar-box_end {
	float:left;	
	text-align:center;
	text-indent:-9999px;
	width: 190px;
	height:20px;
	background-image:url(images/sidebar_bottom.jpg) ;
	background-repeat:no-repeat;
	padding-bottom: 30px;
}

#sidebar .sidebar-contact { 
	margin-left:-10px;
	display: inline;
	width:190px; 
	height:144px;
	list-style:none;
}
#sidebar .sidebar-contact a{
	display:block;
	width:100%;
	height:144px;
	background-image:url(images/contact.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-1000em;
	text-decoration:none; 
	outline: none;
}
#sidebar .sidebar-contact a:hover{
	background-image:url(images/contact.jpg);
	background-position:0px -144px;
}
#sidebar h3 {
	color: #ffffff;
	width: 165px;
	height: 30px;
	padding: 0 15px;
	margin-bottom: 2px;
	background: url("images/sidebar_title.jpg") no-repeat;
}
#sidebar ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
#sidebar ul li {
	padding-left: 8px;
	background: url("images/sidebar_menu.gif") no-repeat;
	color: #1A3E58;
}
#sidebar ul li a {
	color: #1A3E58;
	text-decoration: none;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ul {
	padding: 0 0 0 10px;
}

/* Sidebar - Forms */

#sidebar #searchform {
	margin: 0;
	padding: 10px 0;
	width: 195px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 105px;
}

/* Sidebar - Tables */
#sidebar #calendar_wrap {
	margin: 0 auto;
	padding-top: 5px;
	width: 116px;
}
#sidebar #calendar_wrap caption {
	font-weight: bold;
}
#sidebar #calendar_wrap tbody {
	text-align: right;
}
#sidebar #calendar_wrap tfoot #next {
	text-align: right;
}
#sidebar #calendar_wrap #today {
	font-weight: bold;
}
#sidebar .textwidget {
	padding: 0 5px;
}

/* Sidebar - Ads */
#sidebar .sidebar-ads {
	padding: 10px 0 0 15px;
}
#sidebar .sidebar-ads-in {
	float: left;
	padding: 0 14px 14px 0;
}
.clear{
	clear:both;
}

/* pre-footer */
.pre-footer{
	width:842px;
	background:url(images/main.gif) ; 
	color: #696969;
	font-size: 12px ;
	margin:0 0 0 40px;
	padding-bottom:10px ;
}
.pre-footer a {
	color: #4699CC;
	text-decoration: none;
}

/* Footer */
#footer {
	margin: 0 auto;
	width: 869px;
	height: 200px;
	color: #696969;
	font-size: 12px ;
}
#footer a {
	color: #4699CC;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/* Footer - Footerbar */
#footer #footerbar {
	width: 869px;
	height: 180px;
	padding-top: 0px;
}
#footer #footerbar h3 {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 0 0 25px 15px;
}
#footer #footerbar ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}
#footer #footerbar ul li {
	font-size: 12px ;
	color: #ffffff;
	padding-left: 8px;
	background: url("images/footer_menu.gif") no-repeat;
}
#footer #footerbar ul li a {
	color: #ffffff;
	text-decoration: none;
}
#footer #footerbar ul li a:hover {
	text-decoration: underline;
}
	
/* Footer - Footerbar - Boxes */
#footer #footerbar #footerbar-left {
	width: 249px;
	padding: 0 17px 0 10px;
	float: left;
}
#footer #footerbar #footerbar-center {
	width: 273px;
	padding: 0 14px 0 11px;
	float: left;
}
#footer #footerbar #footerbar-right {
	width: 264px;
	padding: 0 14px 0 16px;
	float: left;
}
	
/* Footer - Copyright */
#footer #footer-logo {
	padding:10px 0 0 20px ;
}
#footer #footer-company {
	font-size:10px;
	line-height: 16px; 
	margin:-80px 0 0 180px ;
}
#footer #copyright {
	font-size:10px;
	width: 869px;
	margin-top:18px;
	text-align:center;
	padding:0;
	line-height: 42px;
}
#footer #copyright a {
	text-decoration: none;
	color:#696969;
}
#footer #copyright a:hover{
	text-decoration: underline;
	color:#696969;
}

/******************** テーブル ********************/
.tablename{
	background:#f2f2f2;
	text-align:center;	
}
.tabledetail{
	background:#fff;
	padding:10px;
}

/*************** Stats ***************/
img#wpstats{display:none}