@charset "utf-8";
/*
Theme Name: CMS Solution 2009
Theme URI: http://www.cmssol.jp/
Description: 株式会社ＣＭＳソリューションズ企業ウェブサイトのブログ仕様
Version: 1.0
Author: Atsushi Ogisawa
Author URI: http://www.cmssol.jp/blog/
Tags: 

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

*/


p#caution {
margin: 6px 0 2px 0;
color : #ff0066;
text-align: center;
font-size: 0.8em;
}

#main {
	width: 600px;
}

#main p {
	font-size: 0.8em;
}

#main ul li {
	font-size: 0.8em;
}

#right2 {
	float: right;
	margin-top: 12px;
	width: 360px;
        background-color: #fff;
        float: right;
}


#right2 #sidebar1 {
	float:left;
	width:180px;
}

#right2 #sidebar1 ul{
	font-size: 0.9em;
list-style-type:disc;
}


#right2 #sidebar2 {
	float:right;
	width:150px;
}
#right2 #sidebar2 ul{
	list-style-type: none;
}