/*
Theme Name:Pasta-Michi
Theme URI:pasta-michi.com
Description:
Author:ホームネットHD
Author URI:http://www.homenet-hd.co.jp/
Version:1.0
*/

/* ++++++ 全体のデザイン ++++++ */
body {
	background-color: #fff9f2;
	background-image: url(images/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
img {
    border: none;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	background-color: #3c702f;
	text-align: center;
}
.menu_title {
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(images/menu_title_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 710px;
	font-weight: bolder;
	padding-top: 3px;
	padding-left: 10px;
}
a:link    {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
a:hover   {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
a:active  {
	font-weight: bold;
	text-decoration: underline;
	width: 200px;
	color: #FF0000;
}
.float_right {
	float: right;
	margin-left: 20px;
}
.float_left {
	float: left;
	margin-right: 20px;
}
#container {
	width: 750px;
	text-align: left;
	position: relative;
	left: 150px;
	font-size: 12px;
	line-height: 200%;
	color: #666666;
}
#float_clear {
	clear: both;
	float: none;
}

/* ++++++ ヘッダーのデザイン ++++++ */
#header {
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	valign: bottom;
}
#header h1 {
	margin: 0px 8px 8px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 150%;
}
#navi_01 {
	margin: 0px 0px 20px;
	padding: 0px;
}
#navi_pointer {
	cursor: pointer;
}
#flash {
	height: 300px;
	width: 750px;
}
/* ++++++ contentsのデザイン ++++++ */
#contents {
	text-align: left;
	vertical-align: top;
	width: 750px;
}
#contents_only {
	text-align: center;
	vertical-align: top;
	width: 750px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents_only_text {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 20px;
}
#contents_only_650 {
	text-align: left;
	vertical-align: top;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
}

#layout_text {
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 20px;
}
#layout_photo {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 20px;
}
/* ++++++ サイドバーのデザイン ++++++ */
#sidebar {
	width: 180px;
	background-image: url(images/bg_side.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#sidebar p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#side_week_desc {
	padding-top: 5px;
	padding-bottom: 15px;
}
#side_week_title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #FF0000;
}
/* ++++++ rightのデザイン ++++++ */
#right {
	padding-bottom: 20px;
	padding-top: 5px;
	float: right;
	width: 530px;
}
#right_menu {
	padding-bottom: 20px;
	padding-top: 5px;
	float: right;
	width: 530px;
	text-align: center;
}
#single_contents {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
	border: 1px solid #3c702f;
	padding: 10px 20px;
}
#top_contents {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
	border: 1px solid #a1886a;
	margin-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
/* ++++++ footerのデザイン ++++++ */
#footer_rest {
	background-color: #ffcb97;
	width: 650px;
	text-align: left;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
	clear: both;
	float: none;
}
#footer {
	font-size: 10px;
	line-height: 200%;
	width: 650px;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(images/bg_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a:link    {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer a:hover   {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
#footer a:active  {
	font-weight: bold;
	text-decoration: underline;
	width: 200px;
	color: #FF0000;
}
.font_b_14 {
	font-size: 14px;
	font-weight: bolder;
	color: #a1886a;
}
/* ++++++ リンク部分のデザイン ++++++ */
.link_01 {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #666666;
	border-right: none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	width: 130px;
	height: 90px;
}
.link_01_hasi {
	padding: 10px;
	border: 1px solid #666666;
	width: 130px;
	text-align: center;
}
.link_02 {
	text-align: center;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.link_02_hasi {
	text-align: center;
	border-top: none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.link_03 {
	text-align: center;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-weight: bolder;
}
.link_03_hasi {
	text-align: center;
	border-top: none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-weight: bolder;
}

#float_clear {
	clear: both;
	float: none;
	width: 710px;
	height: 10px;
}
