@charset "utf-8";
/*  
Theme Name: RSSMaketing
Theme URI: http://www.rssm.jp/
Description:  
Version: 1.1
Author: rssm
Author URI: http://www.rssm.jp

*/

body{
	margin:0px;
	padding:0px;
	background:#c3c3c3 url(images/bg.jpg) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Verdana, Georgia;
	font-size:12px;
	color:#333333;
	text-align:center;
}
	
img{
	border:0px;
	margin:0px;
	padding:0px
}
	
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
}	
	
ul, form{
	margin:0px;
	padding:0px;
}
	
span.result{
	color:#FF9900;
}	

a{
	text-decoration:none;
	color:#333;
}
a:link, a:visited{
	text-decoration:none;
	color:#333;
}
a:hover, a:active{
	text-decoration:underline;
	color: #FF9900;
}

#s{
	width:172px;
	color: #0099FF;
}


#container{
	width:920px;
	margin:0px auto;
	text-align:left;
	background-color:#fff;
}


#header{
	margin:0;
	padding:0;
	height:75px;
	background:url(images/header_bg.jpg) repeat-x;
}

#header h1#logo{
	margin:0 0 0 10px;
	padding:0;
	height:75px;
	width:230px;
	display:block;
	text-indent:-999999px;
	overflow:hidden;
	background:url(images/logo.jpg) no-repeat;
}
#header h1#logo a{
	display:block;
    cursor:pointer;
	height:75px;
	width:230px;
}
	
#intro_flash{
	margin:0px;
	padding:0px;
	height:180px;
	background-color:#1A7CBD;
}	


/* wrap */

#content{
	padding:10px;
	margin:0px;
	position:relative;
}
	
#wrap{
	float:right;
	width:700px;
	position:relative;
}
	
#main{
	margin:0px;
	width:470px;
	padding:20px 15px 10px;
	line-height:1.5em;
	float:left;
	position:relative;
	background:url(images/center_content_bg.jpg) center top no-repeat; 
}


#right_sidebar{
	margin:0px;
	width:190px;
	float:right;
}
	
#left_sidebar{
	margin:0px;
	width:190px;
	float:left;
}

	


#footer{
	clear:both;
	height:70px;
	margin:0px;
	text-align:center;
	background:url(images/footer_bg.gif) left top repeat-x;
}
	


/* topnavi */
#topnavi{
	position:relative;
	display:block;
	height:37px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background:transparent url(images/menu_bgOff.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #FE9900;
	list-style-type:none;
	width:auto;
}
#topnavi li{
	display:block;
	float:left;
}

#topnavi li a{
	display:block;
	float:left;
	height:23px;
	padding:11px 40px 0;
	color:#666;
	text-decoration:none;
	background:transparent url(images/menu_bg.gif) no-repeat top right;
}

#topnavi li a:hover, #topnavi li a.current, #topnavi li.current_page_item a{
	height:23px;
	color:#B30000;
	background:#fff url(images/menu_bgON.gif) no-repeat top left;
}




/* left_sidebar / right_sidebar */

.sidebar{
	padding-top:20px;
}

.sidebar h2{
	background:url(images/sidebar_title_bg.jpg) left top repeat-x;
	color:#fff;
	height:20px;
	padding:10px 0 0 10px;
	margin-bottom:5px;
	border-bottom:1px solid #999;
	font-size:12px;
}
.sidebar ul{
	margin-top:0px;
	margin-bottom:10px;
	padding:10px 5px;
	list-style:none;
	background-color:#f5f5f5;
	border:1px solid #f2f2f2;
	border-bottom:3px solid #d9d7d7;
}
.sidebar li{
	line-height:2.0em;
	background:url(images/sidebar_li_bg.gif) 3px 8px no-repeat;
	border-bottom:1px dotted #ccc;
	display:block;
}
.sidebar li a{
	display:block;
	color:#666666;
	padding-left:20px;
	text-decoration:none;
}
.sidebar li a:hover{
	display:block;
	background-color:#fff;
}
	
	
.sidebar ul li ul.children{
	padding:0px 0px 0px 10px;
	/*border:#FFF5D0;*/
	border-top:1px dotted #ccc;
	border-left:none;
	border-bottom:none;
	border-right:none;
	color: #FF9900;
}
.sidebar ul li ul.children li{
	border-bottom:none;
	background: url(images/side_child_li.gif) 3px 10px no-repeat;
	padding-left:0px;
	margin:0px;

}
.sidebar ul li ul.children li a{
	border-bottom:1px solid #fff;
	padding-left:15px;

}

.sidebar ul li ul.children li a:hover{
	color:#FF6600;
	text-decoration:underline;
	background:#FFF5D0 url(images/side_child_li.gif) 3px 10px no-repeat;
}

.sidebar ul li ul.children li ul.children{
	border-top:none;
	margin-bottom:0px;
}

	
#rss{
	padding:10px 0 10px 5px;
	margin-bottom:10px;
	border:1px solid #f2f2f2;
	border-bottom:3px solid #d9d7d7;
	height:95px;
	background-color:#f5f5f5;
	position:relative;
}

#rss img{
	float:left;
	}

#rss .rss-entries{
	padding-left:5px;
	position:absolute;
	left:100px;
	top:80px;
}
	



#wp-calendar {
	margin-top:0px;
	margin-bottom:10px;
	padding:10px 5px;
	background-color:#f5f5f5;
	border:1px solid #f2f2f2;
	border-bottom:3px solid #d9d7d7;
	border-collapse:collapse;
	padding:2px;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color:#FF6600;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #FF6600;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color:#FF6600;
}

#wp-calendar caption {
	background:url(images/sidebar_title_bg.jpg) left top repeat-x;
	color:#fff;
	height:25px;
	padding:10px 0 0 10px;
	margin-bottom:5px;
	border-bottom:1px solid #999;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}


#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #666;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
}


	


/* main */
#main #main_image{
	margin:0px 0px 25px;
	padding:0px;
}

h4{
	font-size:12px;
	color:#333;
}

h3{
	font-size:14px;
	color:#333;
}
	
/*contact form*/
#wpcf7-f3-p175-o1 .textx{
	padding:10px 0 8px 0;
margin-top:5px;
	font-size:12px;
        align:left;
}
#wpcf7-f3-p175-o1 .con{
	height:14px;
	padding:0 0 8px 0;
	width:250px;
	font-size:14px;
        align:left;
}
#wpcf7-f3-p175-o1 .mes{
	height:200px;
	padding:0 0 15px 0;
	width:400px;
	font-size:14px;
        overflow-y:auto;
        _overflow-y:hidden;  /* IEでスクロールバーを消す為に記述 */
}
#wpcf7-f3-p175-o1 .sele{
	height:17px;
	padding:0 0 0 0;
	width:400px;
	font-size:12px;
        align:left;
}
#wpcf7-f3-p175-o1 .sele2{
	height:20px;
	padding:0 0 8px 20px;
	width:200px;
	font-size:14px;
        align:left;
}

	
/* navigation */
#navigation {
	clear:left;
	margin:0px;
	padding:10px 0px 0px;
	font-size:12px;
}
#navi_center{
	text-align:center;
	padding-top:10px;
	}
#navigation, #navi_center{
	position:relative;
	background: url(images/navi_top.jpg) top left repeat-x;
}	

#navigation a,
#navigation a:link,
#navi_center a,
#navi_center a:link {
	color: #0099CC;
}

.previous {
	padding: 0 20px 0 0;
	width:40%;
	float: left;
}
.next {
	float: right;
	width:40%;
	text-align:right;
}

	
	

/* main post */
.post{
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:25px;
	margin-top:10px;
	letter-spacing:.09em;
	line-height:1.5em;
	background:url(images/title_top.jpg) left top no-repeat;
}
.post img{
	border:none;
	margin:5px 5px 0px 0px;
	padding:10px;
}

#main .post h1,
#main .post h2,
#main .post h3,
#main .post h4{ 
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#main .post h1 {
	font-size: 20px;
	color: #000000;
	border:1px dotted #CCCCCC;
}
#main .post h2{
	font-size: 16px;
	padding-bottom:2px;
	color: #666;
	font-weight:bold;
}
#main .post h3 {
	font-size: 15px;
	color: #000000;
}
#main .post h4 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 8px;
}

#main ul{
	padding-left:20px;
	list-style:square;
	list-style-position:inside;
}


#main dl{
	padding-bottom:15px;
	margin:0px;
}

#main dt{
	clear:left;
	width:90px;
	padding:0px 5px 0px 0px;
	float:left;
	border-right:5px solid #FF9900;
	text-align:right;
	margin:20px 0 0 0;
	line-height:140%;
	font-weight:bold;
	}
#main dd{
	width:350px;
	padding:0px 0px 0px 10px;
	line-height:140%;
	margin:20px 0 0 0;
	float:left;
	}
	
	
#main .post h2 a:link,
#main .post h2 a:visited {
	font-size:16px;
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

#main .post h2 a:hover,
#main .post h2 a:active {
	color: #333;
	font-weight:bold;
	text-decoration: underline;
}

#main .post_metadata{
	color:#999;
	font-size:12px;
	padding-top:2px;
	background:url(images/post_date_top.gif) left top no-repeat;
	letter-spacing:normal;
}
#main .post_content{
	padding:10px 5px;
	white-space:normal;
}

#main code {
	display: block;
	padding:10px;
	margin:0px;
	font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
	font-size: 12px;
	color: #000000;
	background-color: #F4F4F4;
	border: 1px dotted #F7F7F7;
}

#main blockquote {
	margin: 10px 0px;
	padding:10px 20px;
	font-size: 12px;
	color: #666;
	display:block;
	font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
	border-left:3px solid #e4e4e4;
	background-color:#f4f4f4;
	text-align: left;
	font-weight: normal;
}

#main a:link, #main a:visited {
	color: #FF9900;
	text-decoration:none;
}
#main a:hover, #main a:active {
	color: #FF6600;
	text-decoration: underline;
}


/* comment */
#comment_temps a:link, #comment_temps a:visited {
	text-decoration: underline;
	color: #FF9900;
}

#rssfeed{
	margin:0px;
	padding:0px;
}
#rssfeed ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#rssfeed li{
	display:inline;
	padding-top:10px;
	padding-left:22px;
	margin:0px;
}
#rssfeed li.trackback{
	background:url(images/trackback_icon.gif) left bottom no-repeat;
}
#rssfeed li.rss_comment{
	background:url(images/rss_comment_icon.gif) left bottom no-repeat;
}


.comment_box {
	margin: 0px;
	color: #666;
	padding:10px 5px;
}

.comment_author {
	font-size: 14px;
	font-weight: bold;
	float:left;
	padding-right:10px;
}

.comment_date {
	font-size: 12px;
	color: #999;
	letter-spacing:normal;
	padding-top:2px;
}

.comment_text {
	clear:left;
	padding:20px;
	margin-top:5px;
	font-size: 12px;
	line-height:2.0em;
	letter-spacing:1;
	color:#666;
	background: #f2f2f2 url(images/comment_top.gif) left top repeat-x;
}

.comment_box_alt {
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
	padding:10px;
}
.comment_box_alt .comment_text{
	background:#FFF7EC url(images/comment_top.gif) left top repeat-x;
	letter-spacing: normal;
}

#comment_temps{
	margin-top:2px;
}

#comment_temps form {
	margin: 0px;
	padding:10px 0px 0px 0px;
}

#comment_box {
	margin: 0px;
	padding: 0px;
}

#comment_box p {
	margin-bottom: 5px;
	font-size: 13px;
	color: #333333;
}

#comment_box input {
	margin: 0px;
	padding: 1px;
	width: 260px;
	height: 20px;
	background: url(images/comment_area_bg.gif) left top repeat-x;
	border: 1px solid #CCCCCC;
}

#comment_box input:hover {
	margin: 0px;
	padding: 1px;
	width: 260px;
	height: 20px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	background-image:none;
}

#comment_area {
	float: left;
	margin: 0px;
	padding: 0px;
}

#comment_area p {
	clear: both;
	margin-bottom: 5px;
	font-size: 13px;
	color: #333333;
}
.required{
	color:#FF6600;
}
	
#comment_area textarea {
	padding: 3px;
	width: 400px;
	height: 180px;
	border: 1px solid #CCCCCC;
	background: url(images/comment_area_bg.gif) left top repeat-x;
	margin: 0px;
}

#comment_area textarea:hover {
	padding: 3px;
	width: 400px;
	height: 180px;
	border: 1px solid #999999;
	background-color:#fff;
	background-image:none;
	margin: 0px;
}
#comment_area .submit_btn{
	width:214px;
	height:30px;
	background-color:#333;
	border:1px solid #FF9900;
	color:#fff;
}
#comment_post_box{
	margin-top:25px;
}


	
/* footer */

#footer{
	margin:10px 0px 0px;
}

#footer p{
	margin:0px auto;
	padding-top:10px;
	width:50%;
	color:#c4c4c4;
	}
	
#footer ul{
	margin:0;
	padding:15px 0px 0px;
	list-style:none;
	}
#footer ul li{
	display:inline;
	margin:0;
	color:#999999;
	}

#footer ul li a{
	display:inline;
	padding:0 10px;
	color:#c4c4c4;
	text-decoration:none;
	}

#footer ul li a:hover,#footer ul li a.current{
	color: #999999;
	text-decoration:underline;
	}
	
	
/* wad */
.wad{
	margin:0px auto;
	background-color:#fff;
	padding:5px 2px;
	width:918px;
	display:none;
	}
.wad a{
	margin:0 3px;
	padding:2px 4px;
	color:#333;
	}
.wad a:hover{
	color:#FFF;
	background-color:#333;
}
		




	
		
