/*
THEME NAME: Empty Canvas
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
	background-color: #fefcf0;
}

a {
		color: #990000;
	
	text-decoration: underline;
}

a:hover {
color: #0F5EB7;
	text-decoration: underline;
}



strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}


blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fefcf0;
	}

#header {
	overflow: hidden;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#logo {
	font-size: 250%;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


#logo a {
	color: #333333;
}


#description {
	font-size: 130%;
	color: #666666;
	margin-top: 40px;
	float: right;
	margin-right: 20px;
}

#menu {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 960px;
        /*background : url("images/twocolumns_bg.png") no-repeat scroll left top transparent ;*/
	overflow: hidden;
	margin: 0px auto;
}

#content {
	float: left;
	width: 640px;
        margin: 20px auto;

}
#in-content {
       /* background: url("images/main_bg.png") repeat-y scroll left top transparent ;*/
	width: 640px;
        

}
#contents-end {

/*background : url("images/main_bottom.png") no-repeat scroll left top transparent ;*/
height : 20px ;
width : 640px ;

}


.post {
	 margin: 0 15px;
         /*border-bottom: 1px solid #D9D9CE ;*/
}


.post-title{
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
        text-align:right;
	margin: 0 0 0.5em 550px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	/*line-height: 1.3;*/

    letter-spacing:1px;
	line-height:1.4;
	margin-bottom:15px;
	

}

.post-content img {
	margin-bottom: 10px;	
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content .post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}


.post-content h3 {
	border :1px solid #BBBAAC;
	color :#53524C;
	background-color: #F6F5F2;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}



.post-content h4 {
	width:650px;
	height:30px;
	padding-left:25px;
	color:#FFF;
	font-weight:bold;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 10px;
	background-image: url(images/h4headline.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.post-content h5 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC33;
	margin-bottom: 5px;
	font-weight: bold;
}
	
td {
	line-height: 2em;
	padding: 8px;
	}
	

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 10px 15px 0px 15px;
}

.navright {
	float: right;
	margin: 10px 15px 0px 15px;
}

#navigation {

width :640px ;
height :30px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin: 0px 15px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
       /* background : url("images/side_bg.png") repeat-y scroll left top transparent ;*/
	width: 320px;
margin: 20px auto;
}
#side-end {

/*background :url("images/side_bottom.png") no-repeat scroll left top transparent ;*/
height : 20px ;
width : 320px ;
}

.sidepanel {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 80px;
	color: #FFFFFF;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#midashi {
	/*border-bottom :5px solid;
border-color : #A4546E ;*/
color: #333333;
	font-size:100%;
	font-weight:bold;
	line-height:120%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#top-ads {

margin:0 10px 15px;
padding:0;

}
#top-news {
border : 0px none;
font-weight:bold;
line-height:140%;
margin: 0 0 0.5em 198px;

}

.thumbnail {

float: left;
padding-bottom:20px;
padding-right:0;

}

.thumbnail-right {

float: right;
padding-bottom:20px;
padding-right:0;

}
#latest-news {
border : 0px none;
font-weight:bold;
line-height:140%;
margin: 0 125px 0.5em 0;

}

#post-3 {

background-color: #F5F5F2 ;

}
#post-5 {

background-color: #F5F5F2 ;

}
#post-7 {

background-color: #F5F5F2 ;

}
#post-9 {

background-color: #F5F5F2 ;

}

	
.news-meta {

font-size : 80% ;
margin :10px;
text-align:right;

}

.post-title3 {

float: left;

}

#brand {
	margin-top: -40px;
	padding-left: 1px;
}

#brandrss {
	margin-top: -60px;
	margin-right: 10px;
	margin-left: 20px;
}

#brand ul li {
	margin-bottom: 1px;
	margin-top: 0px;
	padding: 0px;
}

/* 自作フッター */

#footer p {
    font-size:0.9em !important;
	}

#container_footer {
	padding-bottom:50px;
	text-align:left;
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
        }

#footer_left {
        float:left;
        margin-bottom:10px;
        position:relative;
        width:250px;
        }

#footer_middle {
	float:left;
	position:relative;
	width:250px;
	margin-top: 0;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
        }

#footer_right {
	float:right;
	margin-bottom:10px;
	position:relative;
	width:350px;
        }

#footer li {
    margin-bottom:5px;
	padding-bottom:4px;
	border-bottom:1px dotted #DDD;
	float:left;
	width:250px;
	background:url(http://gjmgjm.kir.jp/test/new-style/img/footer_list.jpg) no-repeat left center;
	padding-left:10px;
	}

#footer_right li {
	border-bottom-style: none;
	background-image: none;	
	}	
	
#footer li a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer li a:hover{
	text-decoration: underline;
}
	
h6 {
    font-size:13px;
	width:250px;
	line-height:20px;
	margin-bottom:5px;
	border-left:solid 3px #999;
	border-bottom:dotted 1px #DDD;
	padding:1px 0 1px 8px;
	color:#FFF;
	}

/*ブランドサイト*/

.item {
	margin-bottom: 10px;
	width: 600px;
	margin-top: 10px;
}

.left {
	width:200px;
	float: left;
	position:relative;	
}

.center{
	width:200px;
	float: left;
	position:relative;
	margin-right: 5px;	
}

.right {
	float: right;
	position:relative;
	width:190px;
}

.clear {
	clear: both;
}
