@charset "UTF-8";

*	{
	margin: 0;
	padding: 0;
	}

/* +++++++++++++++++++++ 全般設定 +++++++++++++++++++++ */
p	{
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #333333;
	}
a:link	{
	text-decoration: none;
	color: #3366ff;
	}
a:visited	{
	text-decoration: none;
	color: #666666;
	}
a:hover	{
	text-decoration: underline;
	color: #ff3300;
	}

/* ++++++ 2段組の横幅設定 ++++++ */

/* ブログの横幅設定 */
#two #container {
	width: 790px;
		}

/* 左サイドバーの横幅 */
#two #left	{
	width: 170px;
		}

/* 中央コンテンツ部分の横幅 */
#two #center	{
	width: 575px;
		}


/* ++++++ その他設定 ++++++ */
html {
	background-image:url(http://www.petit.gr.jp/image/petit_bg.gif);
	background-color:#ff9999;
	}
body {
	background-color:transparent;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	}
#container {
	background-color:#ffcccc;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#left {
	float: left;
	}
#center {
	float: right;
	}
#centerleft {
	float: left;
	}
#centerright {
	float: right;
	}
#footer	{
	clear: both;
	}


/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

/* ++++++ 段の間隔 ++++++ */

/* 左サイドバーの余白 */
#left {
	margin-left: 15px;
	margin-right: 15px;
	}
* html #left	{
	margin-left: 5px;
	margin-right: 5px;
		}
#center	{
	margin-right:15px;
	}
* html #center	{
	margin-right:5px;
	}



/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */
#banner	{
	background-image: url(http://www.petit.gr.jp/image/maintitle.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 760px;
	height: 80px;
	margin: auto;
	padding: 10px 0 5px 0;
	}
#banner h1	{
	text-indent: -9999px;
	}
#banner h2	{
	display: block;
	width: 270px;
	height: 30px;
	margin-top:-30px;
margin-left:475px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	}
#banner ul	{
	background-color:transparent;
margin-left:475px;
	}
#banner li	{
	display: inline;
	font-size:12px;
	 }

/* ++++++ コンテンツ部分のデザイン ++++++ */
#center	{
	width: 575px;
	}
#centertop	{
	margin: 0 0 10px 0;
	}
#centerleft	{
	float: left;
	width: 390px;
	background-color: #ffffff;
	margin-bottom: 10px;
	}
#whatsnew	{
	padding: 10px;
	}
#whatsnew h1	{
	background-image: url(http://www.petit.gr.jp/image/whatsnewtitle.gif) ;
	background-repeat: no-repeat;
	width: 370px;
	height: 40px;
	text-indent: -9999px;
	}
.new_article	{
	border-bottom: 2px dotted #ff5555;
	margin-bottom:10px;
	}
.new_article h2	{
	font-size: 10px;
	color: #ff5555;
	font-weight: normal;
	}
.new_article h3	{
	font-size: 12px;
	font-weight: normal;
	padding-bottom:3px;
	}
.new_article p	{
	padding-bottom:5px;
	}
#centerright	{
	width: 170px;
	}
#centerright img	{
	border: none;
	margin-bottom: 5px;
	}
	
/* ++++++ 左メニュー ++++++ */
#leftmenu ul	{
	list-style: none;
	}
#leftmenu li,#leftmenu a	{
	display: block;
	width:170px;
	height:40px;
	}
#leftmenu li	{
	text-indent: -9999px;/*テキストを隠す*/
	}
#leftmenu a	{
	background-image: url(http://www.petit.gr.jp/image/leftmenu.gif) ;
	background-repeat: no-repeat;
	}
#item01 a {background-position:0px 0px;}
#item02 a {background-position:0px -40px;}
#item03 a {background-position:0px -80px;}
#item04 a {background-position:0px -120px;}
#item05 a {background-position:0px -160px;}
#item06 a {background-position:0px -200px;}
#item07 a {background-position:0px -240px;}
#item08 a {background-position:0px -285px;}
#item01 a:hover {background-position:-170px  0px;}
#item02 a:hover {background-position:-170px  -40px;}
#item03 a:hover {background-position:-170px  -80px;}
#item04 a:hover {background-position:-170px  -120px;}
#item05 a:hover {background-position:-170px  -160px;}
#item06 a:hover {background-position:-170px  -200px;}
#item07 a:hover {background-position:-170px  -240px;}
#item08 a:hover {background-position:-170px  -285px;}
	
/* ++++++ フッター ++++++ */
#footer  {
	border-top:solid 1px #999999;
	text-align: center;
	margin: 0 15px;
	padding: 5px 0 10px;
	}
#footer ul	{
	margin-bottom:5px;
	}
#footer li	{
	display: inline;
	font-size:12px;
	 }
#footer p	{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	}


#petitmain  {
	background-color:#ffffff;
	border: solid 1px #ff6666;
	text-align: center;
	width: 550px;
	padding: 10px;
	margin-bottom: 10px;
	}
