@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/*
*/
* {
	margin:0px;
	padding:0px;
	font-size:12px;
}
img {
	border: 0px;
	}
html{ 
    height:auto;
} 
body {
	color: #3F3F3F;
	height:auto;
	line-height:17px;
	}
#page {
	width:800px;
	margin: 0px auto;
	height:100%;
	min-height:100%;
	}
#logo_frame {
	margin-top:10px;
	}
#menu_frame {
	margin-top:10px;
	}
#main_contents_frame {
	background-color:#eeeeee;
	padding-top:4px;
	}
#main_contents_left_frame {
	float:left;
	width:156px;
	padding:10px;
	/*
	border: 1px solid red;
	*/
	}
#main_contents_center_frame {
	margin-top:10px;
	float:left;
	width:624px;
	/*
	border: 1px solid red;
	*/
	}
#inner_left {
	float:left;
	width:456px;
	}
	
#main_contents_right_frame {
	float:left;
	width:156px;
	padding:6px;
	}
	
h3 {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	background-color:#a4d047;
	padding: 7px;
	color:#13009e;
	}	
.bw {
	padding:11px;
	border:3px solid #ffffff;
	}	
	

#blogdl {
	}

.atpress_title_frame {
	margin-bottom:7px;
	}
dd {
	margin-bottom:7px;
	}

.atpress_pr_sent_date {
	text-align:right;
	}
.atpress_pr_publisher_name {
	text-align:right;
}
.atpress_pr_title {
	font-size: 15px;
	margin:10px 0px;
	text-align:center;
	font-weight:bold;
}
.atpress_pr_subtitle {
	margin:10px 0px;
	text-align:center;
	font-weight:bold;
	}
.atpress_pr_body {
	font-family: monospace;
	}
	
#inner_frame {
	/*
	border:1px solid red;
	*/
	}
/*
#inner_left {
	float:left;
	width:120px;
	text-align:center;
	}
	*/
#inner_center{
	float:left;
	width:591px;
	/*
	border:1px solid orange;
	*/
	}
#inner_right{
	float:left;
	width:185px;
	/*
	border:1px solid green;
	*/
	}
#topimage{
    background:#EDEDED url(/wp-content/themes/default/images/MG_6104_TYS2.png) repeat-x scroll 0 0;
    height:450px;
	}

#left_shadow {
	background:url(/wp-content/themes/default/images/left-bg-top.gif) repeat-y;
	width:10px;
	float:left;
	height:100%;
	min-height:100%;
	overflow:auto;
	}
#right_shadow {
	background:url(/wp-content/themes/default/images/right-bg-top.gif) repeat-y scroll 0 0;
	width:10px;
	float:left;
	height:100%;
	min-height:100%;
	overflow:auto;
}
#main {
	width:900px;
	float:left;
	background-color:white;
}

/*
#newsdl {
	clear:both;
	width:100%;
	}
*/
#newsdl dt{
	clear:both;
	float:left;
	width:90px;
	font-size:10px;
	color:#666666;
	padding:5px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom:3px;
	height:14px;
	}
#newsdl dd{
	font-size:10px;
	float:left;
	width:450px;
	text-align:left;
	padding:5px;
	border-left: 1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom:3px;
	height:14px;
}



.newsdl {
	clear:both;
	width:100%;
	margin-top:15px;
	background-color:#ffffff;
	}
	
.newsdl dt{
	clear:both;
	float:left;
	width:90px;
	font-size:10px;
	color:#666666;
	padding:5px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#ffffff;
	margin-bottom:3px;
	height:14px;
	}
.newsdl dd{
	float:left;
	width:343px;
	text-align:left;
	padding:5px;
	border-left: 1px dotted #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom:3px;
	height:14px;
	background-color:#ffffff;
}



/*
h3 span {
	background-color:white;
	padding-left:5px;
	padding-right:20px;
	}
*/

#newsdl dd a{
	font-size:10px;
	}

/*
a:hover, a:active {
color:#EB4600;
text-decoration:underline;
}
a:link, a:visited {
color:#EB4600;
}
a {
color:#EB4600;
}

*/

#sidebar ul{
	margin-left:6px;
	list-style-type:none;
}
#sidebar li{
	line-height:18px;
}

#footer {
	margin-top:30px;
	/*
	border:1px solid orange;
	*/
	padding:20px;
}
#footer_line {
	background:url(/wp-content/themes/default/images/footline.gif) no-repeat scroll 0 0;
	height:5px;
	margin-bottom:10px;
}
#copyright {
	font-size:10px;
}

#top_contents {
	margin-bottom:20px;
}
