@charset "utf-8";
/*
Theme Name: deodeo
Theme URI:
Description:DeoDeoテーマ
Version: 1.0
Author:
Author URI:
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain:

*/

* {
	margin : 0;
}

html {
	height:100%;
	margin-bottom:50px;
}

body {
	width : 100% ;
	font-size:12px;
	color:#666666;
	background:#ffffff;
	height:100%;
}

a {
	color:#ff6600;
	text-decoration: none;
}

a:hover {
	color:#cccccc;
	text-decoration:underline;
}

a img {
	border: none;
}


#head {
	width : 950px;
	height: 130px;
	border-bottom:5px #cccccc solid;
}

#headlogo {
	width : 324px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}

#headpr {
	width : 360px;
	padding-top: 25px;
	float: right;
	text-align: right;
}

#pr {
	width : 950px;
	text-align:right;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #cccccc dotted;
	padding-top: 30px;
}

#main {
	width: 950px;
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
}

#content {
	width : 680px;
	float: left;
	min-height:600px;
	padding:30px 20px 30px 20px;
	font-size:14px;
	color:#666666;
	border-right: 2px #cccccc dotted;
	border-left: 2px #cccccc dotted;
}

#sidebar {
	width : 200px;
	float: right;
	padding:40px 10px 10px 10px;
	font-size:14px;
}

#footer {
	width : 950px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccccc;
}

#footlink {
	width : 300px;
	padding-left: 30px;
	padding-top: 10px;
	float: left;
}

#footpr {
	width : 600px;
	padding-top: 10px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

table.under{
	border-bottom:1px solid #cccccc;
}


.wbold {
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
}

.wlink {
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

.wlink:hover {
	color:#ffffff;
	text-decoration:underline;
}


#clear {
	clear: both;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.title{
	margin:5px;
	padding:0 0 0 10px;
	border-left:#cccccc 7px solid;
	font-weight: bold;
	color:#cccccc;
}	
	
.midashi{
	padding:0 0 0 10px;
	border-left:#ff0000 5px solid;
	font-size: 18px;
	font-weight: bold;
	color:#FF6600;
	border-bottom: #ff0000 1px solid;
}

#midashi span{
	display:block;
	font-size:80%;
	color:#999999;
}

.title-top{
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
	border-color:#FF0000;
	border-width: 0 0 1px 5px;
	padding: 1px 10px;
	margin-bottom: -10px;
	margin-top: 10px;
	background-color: transparent;
	border-right-width: 500px;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */


#deo-title{
	margin:5px;
	padding:0 0 0 10px;
	border-left:#ff3300 7px solid;
	font-size: 18px;
	font-weight: bold;
	color:#ff3300;
}

#deo-title a{
	color:#ff3300;
}

#deo-title a:hover{
	color:#cccccc;
	text-decoration: underline; 
}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.postmetadata{
    font-size:12px;
    margin:20px 10px 10px 10px;
}

h1 {
	font-size:16px;
	color:#999999;
	font-weight: bold;
	margin:10px 0px 0px 0px;
}

h2 {
	font-size:14px;
	color:#999999;
	font-weight: bold;
	border-left:#999999 4px solid;
	padding:0px 0px 0px 7px;
	margin:15px 0px 5px 0px;
}

h3 {
	font-size:14px;
	color:#666666;
	font-weight: bold;
	margin:10px 0px 5px 0px;
}




