@charset "utf-8";

/*-----------------------------------------------
	Style Clear
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	/*\*/
	font-size: 100%;
	/**/
	font-family:arial, verdana, sans-serif;
	color: #4C2C10;
	line-height: 1.5;
}

p {
	margin: 0 0 1em;
}

li {
	list-style: none;
	line-height: 1.3;
}

img,
fieldset {
	border: 0;
}

address {
	font-style: normal;
}

/*-----------------------------------------------
	Link Color
-----------------------------------------------*/

a {
	color: #642e15;
}

a:link {
}

a:visited {
}

a:hover {
	color: #779f22;
}

a:active {
}

/*-----------------------------------------------
	Clearfix
-----------------------------------------------*/

.main_text:after, .tel_ban:after, .simplepie_header:after, .contentbody:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*-----------------------------------------------
	Nucleus default
-----------------------------------------------*/

.leftbox, .rightbox {
	margin: 5px;
	padding: 5px;
}
.leftbox {
	float: left;
	border: 1px solid #ccc;	
}
.rightbox {
	float: right;
	border: 1px solid #ccc;	
}

/*-----------------------------------------------
	All Backgroud
-----------------------------------------------*/

body {
	text-align: center;
	margin: 0 auto;
	background-image: url(http://www.1pei.jp/skins/ipei/img/wood_bg.jpg);
	background-repeat: repeat;
}

html>body #all {
	background-image: url(http://www.1pei.jp/skins/ipei/img/all_bg.png);
	background-repeat: repeat-y;
}

#all {
	width: 810px;
	margin: 0 auto;
	text-align: center;
}

* html body #all {
	background-image: url(http://www.1pei.jp/skins/ipei/img/all_bg_l.png);
}

/*-----------------------------------------------
	Header
-----------------------------------------------*/

#header {
	width: 780px;
	margin: 0 auto;
	background-color: white;
}

/*-----------------------------------------------
	Footer
-----------------------------------------------*/

#footer {
	width: 780px;
	clear: both;
	margin: 0 auto;
	background-color: white;
}

/*-----------------------------------------------
	Contents
-----------------------------------------------*/

#contents {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

/*-----------------------------------------------
	Main -Right Contents-
-----------------------------------------------*/

#main {
	float: right;
	width: 600px;
	margin: 0 auto;
	padding-left: 2px;
	padding-right: 1px;
}

/*-----------------------------------------------
	Sub -Left Contents-
-----------------------------------------------*/

#sub {
	float: left;
	width: 140px;
	margin: 0 auto;
	padding: 0 10px;
}

/*-----------------------------------------------
	Header Area
-----------------------------------------------*/

h1 {
	font-size: 94%;
	color: white;
	height: 20px;
	width: 780px;
	background-color: #4C2C10;
	text-align: left;
	display: block;
	padding: 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#logo {
	float: left;
	padding: 10px;
}

* html #logo {
	margin: 10px;
	width: 180px;
	height: 46px;
}

#header_menu {
	float: right;
	margin: 0 auto;
	width: 550px;
}

address {
	font-size: 82%;
	line-height: 126%;
	text-align: right;
	width: auto;
	margin: 5px 10px 0;
}

#header_menu ul {
	font-size: 82%;
	text-align: center;
	margin:5px auto;
}

#header_menu ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #4C2C10;
}

#header_menu ul li.utility {
	border-left:0;
}

#eyecatch {
	clear: both;
	margin-bottom: 5px;
}
/*-----------------------------------------------
	Footer Area
-----------------------------------------------*/

#footer ul {
	background: #4C2C10;
	color: white;
	font-size: 82%;
	padding: 5px 0;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height: 157%;
	border-left:1px solid white;
}

#footer ul li a {
	color: white;
}

#footer ul li a:hover {
	color: #779f22;
}

#footer ul li.utility {
	border-left:0;
}

p#copyright {
	text-align:center;
	margin:10px 0 0;
}

p#copyright a {
	color: #4C2C10;
}

p#copyright a:hover {
	color: #779f22;
}

/*-----------------------------------------------
	Sub Area
-----------------------------------------------*/

#sub_category_menu {
	width: 140px;
	margin: 0 auto;
}

#sub_category_menu dl {
	background-image: url(http://www.1pei.jp/skins/ipei/img/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 auto;
	padding-bottom: 10px;
}

#sub_category_menu dt {
	height: 12px;
	min-height: 12px;
}

* html #sub_category_menu dt {
	background-image: url(http://www.1pei.jp/skins/ipei/img/menu_dt_bg.gif);
	background-repeat: repeat-y;
	/* Override for WinIE6 */
}


#sub_category_menu dd {
	background-image: url(http://www.1pei.jp/skins/ipei/img/menu_bg.gif);
	background-repeat: repeat;
	padding: 5px 5px 0 20px;
	font-size: 94%;
	text-align: left;
}

.sub_eyecatch {
	margin: 5px auto;
	text-align: center;
}

.sub_caption {
	font-size: 69%;
	line-height: 126%;
	padding: 0 2px 2px 10px;
}

/*-----------------------------------------------
	Main Area -Title and Contents text-
-----------------------------------------------*/

h2, h3, h4 {
	background-image: url(http://www.1pei.jp/skins/ipei/img/title_mark.jpg);
	background-repeat: no-repeat;
	font-size: 126%;
	height: 40px;
	color: #779f22;
	padding-left: 45px;
	padding-top: 8px;
}

.main_text {
	font-size: 94%;
	line-height: 137%;
	margin: 0 10px 5px;
	height: 230px;
}

h2 a {
	color: #779f22;
	text-decoration: none;
}

h2 a:link {
}

h2 a:visited {
}

h2 a:hover {
	text-decoration: underline;
}

h2 a:active {
}

/*-----------------------------------------------
	Main Area -index-
-----------------------------------------------*/

/*-----------------------------------------------
	Plugin -Simplepie-
-----------------------------------------------*/

.simplepie {
	font-size: 94%;
	line-height: 137%;
	margin-top: 10px;
	width: 600px;
}

.simplepie_header {
	width: 580px;
	height: 50px;
	margin-bottom: 10px;
}

.simplepie_title {
	margin-left: 10px;
	background: url(http://www.1pei.jp/skins/ipei/img/title_mark.jpg) no-repeat;
	float: left;
	width: 480px;
}

.simplepie_h, .simplepie_desc {
	margin-left: 44px;
}

.simplepie_h {
	height: 26px;
}

.simplepie_desc {
	font-size: 69%;
	line-height: 126%;
}

.simplepie_rssicon {
	width: 44px;
	height: 44px;
	float: right;
}

dl.rss_newitem {
	width: 550px;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	font-size: 82%;
	margin-left: 10px;
}

* html dl.rss_newitem {
	width: 570px;
	/* Override for WinIE6 */
}

dl.rss_newitem dt {
	float: right;
	margin-left: 10px;
	padding: 5px 0;
	text-align: right;
}

dl.rss_newitem dd {
	padding: 5px 150px 5px 0;
	border-bottom: 1px dotted #999;
	padding-left: 15px;
	background: url(http://www.1pei.jp/skins/ipei/img/mark.gif) no-repeat 2px .8em;
}

dl.rss_newitem dd a {
}

p.rss_more_newitem {
	margin-top: 5px;
	margin-right: 10px;
	padding-right: 20px;
	background: url(http://www.1pei.jp/skins/ipei/img/topic_mark.gif) no-repeat right;
	text-align: right;
}

/*-----------------------------------------------
	Cooking & About -itemlist-
-----------------------------------------------*/

div.cooking_category {
	width: 560px;
	padding: 10px;
	overflow: hidden;
	font-size: 94%;
	margin-left: 10px;
}

* html div.cooking_category {
	width: 590px;
	/* Override for WinIE6 */
}

dl.cooking_itemlist {
	width: 270px;
	float: left;
	margin-left: 10px;
	padding-bottom: 10px;
}

* html dl.cooking_itemlist {
	width: 280px;
	/* Override for WinIE6 */
}

dl.cooking_itemlist dt {
	text-align: left;
	background-image: url(http://www.1pei.jp/skins/ipei/img/title_mark.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 40px;
	padding-top: 10px;
}

dl.cooking_itemlist dd {
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 260px;
	padding: 5px;
	margin-top: 3px;
	height: 250px;
}

dl.cooking_itemlist ul {
	font-size: 82%;
	text-align: right;
	margin:10px;
}

dl.cooking_itemlist ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
}

/*-----------------------------------------------
	Base Item
-----------------------------------------------*/

.contentitem ul {
	font-size: 82%;
	text-align: right;
	margin:10px;
}

.contentitem ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
}

.contentbody {
	font-size: 94%;
	line-height: 137%;
	margin-top: 5px;
	width: 550px;
	text-align: left;
}

.contentitem {
	padding-bottom: 10px;
	width: 570px;
	margin: 0 auto 10px;
	text-align: center; 
}

/*-----------------------------------------------
	Plan Item -Yoyaku info-
-----------------------------------------------*/

/*-----------------------------------------------
	Yoyaku Forum -Calender-
-----------------------------------------------*/

/*-----------------------------------------------
	Yoyaku Forum -mailforum-
-----------------------------------------------*/

/*-----------------------------------------------
	Plugin -TopicPath-
-----------------------------------------------*/

.topicpath {
	font-size: 82%;
	text-align: right;
	margin-right: 10px;
}

/*-----------------------------------------------
	Plugin -LinkList- 
-----------------------------------------------*/

dl.sidebardl {
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}

dl.sidebardl dt {
	font-size: 94%;
	margin-left: 4px;
}

dl.sidebardl dd {
	padding: 5px 2px 0 4px;
	font-size: 82%;
	text-align: left;
}

