/* +++++ 全般設定 +++++ */
p	{
	font-size: 12px;
	text-align: justify;
	line-height: 150%;
	color: #333333;
	}
a:link	{
	text-decoration: none;
	color: #ca7252;
	}
a:visited	{
	text-decoration: none;
	color: #b13100;
	}
a:hover	{
	text-decoration: underline;
	color: #ff0000;
	}
h2	{
	font-size: 12px;
	color: #006600;
	text-align: left;
	} 
h3	{
	font-size: 14px;
	font-weight: bold;
	color: b13100;
	}
img	{
	border:none;
	}

/* +++++ 背景 +++++ */
body	{
	background-image: url(http://www.y-maibun.jp/images/all/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top:0;
	}

/* +++++ 全体横幅 +++++ */
#two #container	{
	background-color: #ffffff;
	width: 790px;
	margin: auto;
	padding-top:1px;
	border-left:1px solid #ca7252;
	border-right:1px solid #ca7252;
	}
/* +++++ 左横幅 +++++ */
#two #leftcolumn	{
	width: 175px;
	}
#leftcolumn	{
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom:10px;
	}

/* +++++ 中央横幅 +++++ */
#two #centercolumn	{
	width: 575px;
	margin-bottom:10px;
	}
#centercolumn	{
	float: right;
	margin-right: 15px;
	}

#footer	{
	clear: both;
	}

/* +++++ デザイン設定 +++++ */

/* +++++ ヘッダー +++++ */
#header	{
	background-image: url(images/all/maintitle.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width:760px;
	height:115px;
	margin:auto;
	}
#header a	{
	display: block;
	width: 375px;
	height: 75px;
	position: relative;
	top: 5px;
	left: 5px;
	outline-style:none;
	}
#header h1	{
	text-indent: -9999px;
	}
#header h2	{
	text-indent: -9999px;
	}
#subnavi ul	{
	position:relative;
	top:-43px;
	left:465px;
	}
#subnavi li	{
	display: inline;
	font-size:12px;
	font-weight:bold;
	 }
#subnavi a	{
	color:#ffffff;
	}

/* +++++ コンテンツ +++++ */
#contents	{
	margin-top:-35px;
	}

/* +++++ メインメニュー +++++ */
#mainmenu ul	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	}
#mainmenu li,#mainmenu a	{
	display: block;
	width: 175px;
	height: 45px;
	}
#mainmenu li	{
	text-indent: -9999px;
	}
#mainmenu a	{
	background-image: url(http://www.y-maibun.jp/images/all/menu.gif) ;
	background-repeat: no-repeat;
	}
#item01 a {background-position:0px 0px;}
#item02 a {background-position:0px -45px;}
#item03 a {background-position:0px -90px;}
#item04 a {background-position:0px -135px;}
#item05 a {background-position:0px -180px;}
#item06 a {background-position:0px -225px;}
#item07 a {background-position:0px -270px;}

/* +++++ サブメニュー +++++ */
#submenu img	{
	margin-bottom: 5px;
	}

/* +++++ フッター +++++ */
#footer	{
	margin:15px;
	border-top:1px solid #ca7252;
	}
#footer p	{
	text-align:center;
	padding-bottom:20px;
	}

/* +++++ IE6 +++++ */
*html #leftcolumn	{
	margin-left: 5px;
	}
*html #centercolumn	{
	margin-right: 5px;
	}
* html #contents	{
	margin-top:-60px;
	}
* html #subnavi ul	{
	top:-57px;
	}
* html #footer	{
	margin-top: 55px;
	}
* html #footer p	{
	margin: 5px;
	padding-bottom:10px;
	}

/* +++++ IE7 +++++ */
*:first-child+html #contents	{
	margin-top:-50px;
	}
*:first-child+html #subnavi ul	{
	top:-50px;
	}
*:first-child+html #footer	{
	margin-top: 45px;
	}
*:first-child+html #footer p	{
	margin: 5px;
	padding-bottom:10px;
	}
