/*  
Theme Name: MarumanNews_english
Theme URI: http://wordpress.org/
Description: Maruman News Design Template theme.<br> created by <a href="http://c4media.jp/" target="_blank">c4media.,inc.</a>
Version: 1.1
Author: maruman
Author URI: http://www.maruman.co.jp/english/

	c4media v1.1
	 http://c4media.jp/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*==============================================================================================
 layout module
==============================================================================================*/

#subarea {
	width: 200px;
	float: left;
/*	display: block;*/
}

#column2 #main {
	width:720px;
/*	width:760px;
	padding: 0px;*/
}


/*==============================================================================================
 Contents
==============================================================================================*/
/*----------------------------------------------------------------------------------------------
 news
----------------------------------------------------------------------------------------------*/
#news {
	width: 720px;
	margin: 0px auto 30px;
}
#news div.post {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#news #sideImg {
	float: right;
	width: 160px;
	text-align:right;
}
#news #sidebar {
	width: 140px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
#news #sidebar ul li h2 {
	font-size:14px;
}
#news #sidebar ul li {
}
#news #sidebar ul li ul {
	margin-bottom:10px;
}
#news #sidebar ul li #searchform {
	font-size:12px;
	margin-bottom:10px;
}
#news #sidebar ul li #searchform input#s {
/*	font-size:10px;
	color: #FFFFFF;
	background-color: #333333;
	border: 2px solid #FFFFFF; */
	margin-bottom:5px;
}
#news #sidebar ul li #searchform input#searchsubmit {
	font-size:10px;
	color: #FFFFFF;
	background-color: #333333;
	border: 2px solid #FFFFFF;
}

#news #newsInfo {
	width: 560px;
	float: left;
}
#news #newsInfo h2.pagetitle {
	font-size:14px;
	padding-bottom:10px;
}
#news #newsInfo .navigation div.alignleft {
	font-size:12px;
	padding-bottom:10px;
}
#news #newsInfo .navigation div.alignright {
	font-size:12px;
	padding-bottom:10px;
}

#news #s {
	width: 110px;
}
#news #comment {
	width: 540px;
}
#news dt {
	font-weight: bold;
	background: url(../img/bullet_red.gif) no-repeat 0px 3px;
	padding-left: 14px;
}

#news .entry ul.typedisc {
}
#news .entry ul.typedisc li {
	margin-left:15px;
	list-style-type:disc!important;
}

