/*
Theme Name: kofukuya
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	clear: both;
	text-align: center;
}

.mceIEcenter {
	text-align: center;
}

.mceTemp dl {
	border: 1px solid #dddddd;
	padding: 5px;
	text-align: center;
}

.mceTemp dl dt img {
	padding: 0;
	margin: 0;
}

.mceTemp dl.alignleft {
	float: left;
}

.mceTemp dl.alignright {
	float: right;
}

/* BASE -------------------------------------------------------------------------*/

body {
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}

/* HEADER -------------------------------------------------------------------------*/

#header_box1 {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	text-align: center;
}

#header_box2 {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(images/bg_mimg2.jpg) no-repeat top center;
}

#header1 {
	width: 100%;
	height: 300px;
	line-height: 0;
	padding: 0;
	text-align: center;
}

#header2 {
	width: 950px;
	height: 200px;
	line-height: 0;
	margin: 0 auto;
	padding: 0;
}

/* MENU -------------------------------------------------------------------------*/

#menu_box {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(images/bg_menu.gif) repeat top center;
}

#menu {
	width: 950px;
	height: 38px;
	line-height: 0;
	font-size: 0;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: inline;
}

#menu01,
#menu02,
#menu03,
#menu04,
#menu05,
#menu06,
#menu07 {
	padding: 0 0 0 0;
}

#menu01 {float: left; width: 135px; height: 38px;}
#menu02 {float: left; width: 135px; height: 38px;}
#menu03 {float: left; width: 135px; height: 38px;}
#menu04 {float: left; width: 135px; height: 38px;}
#menu05 {float: left; width: 135px; height: 38px;}
#menu06 {float: left; width: 135px; height: 38px;}
#menu07 {float: left; width: 140px; height: 38px;}

#menu ul li a {
	display: block;
}

#menu01 a {float: left; width: 135px; height: 38px;}
#menu02 a {float: left; width: 135px; height: 38px;}
#menu03 a {float: left; width: 135px; height: 38px;}
#menu04 a {float: left; width: 135px; height: 38px;}
#menu05 a {float: left; width: 135px; height: 38px;}
#menu06 a {float: left; width: 135px; height: 38px;}
#menu07 a {float: left; width: 140px; height: 38px;}

#menu span {
	position: absolute;
	left: -5000px;
}

#menu01 a {background: url(images/menu1.gif) no-repeat top left;}
#menu02 a {background: url(images/menu2.gif) no-repeat top left;}
#menu03 a {background: url(images/menu3.gif) no-repeat top left;}
#menu04 a {background: url(images/menu4.gif) no-repeat top left;}
#menu05 a {background: url(images/menu5.gif) no-repeat top left;}
#menu06 a {background: url(images/menu6.gif) no-repeat top left;}
#menu07 a {background: url(images/menu7.gif) no-repeat top left;}

#menu01 a:hover,
#menu02 a:hover,
#menu03 a:hover,
#menu04 a:hover,
#menu05 a:hover,
#menu06 a:hover,
#menu07 a:hover {
	background-position: 0 -38px;
}

/* menunav ----------*/

#menu01 ul li a,
#menu02 ul li a,
#menu03 ul li a,
#menu04 ul li a,
#menu05 ul li a,
#menu06 ul li a,
#menu07 ul li a,
#menu08 ul li a {
	width: 125px;
}

#menu01 ul li a,
#menu02 ul li a,
#menu03 ul li a,
#menu04 ul li a,
#menu05 ul li a,
#menu06 ul li a,
#menu07 ul li a,
#menu08 ul li a {
	background: none;
	height: 18px;
	font-size: 12px;
	color: #ffa200;
	padding: 5px;
	line-height: 1.5;
}

#menu01 ul li.h2 a,
#menu02 ul li.h2 a,
#menu03 ul li.h2 a,
#menu04 ul li.h2 a,
#menu05 ul li.h2 a,
#menu06 ul li.h2 a,
#menu07 ul li.h2 a,
#menu08 ul li.h2 a {
	height: 36px;
}

#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: -12px 0 0 0;
	padding: 0;
}

/* IE6 "fix" */

* html #nav ul {
	line-height: 0;
}

#nav ul li {
	float: none;
}

#nav ul ul {
	top: 0;
}

#nav ul {
}

#nav ul ul {
}

#nav li.hover a {
	color: #626262;
	background-color: #e3e3e3;
}

#nav ul {
	top: 50px;
}

#nav ul li a {
	color: #626262;
	background-color: #e3e3e3;
}

#nav ul a.hover {
	color: #626262;
	background-color: #e3e3e3;
}

#nav ul a {
	color: #626262;
	border-bottom: 1px solid white;
	border-right: none;
	background-color: #e3e3e3;
}


/*for_firefox*/
/*
*> #nav ul a {
	opacity: 0.9;
}
*/


/* WRAPPER -------------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	line-height: 0;
	font-size: 0;
}

/* CONTENTS -------------------------------------------------------------------------*/

#contents {
	clear: both;
	width: 950px;
	margin: 0;
	padding: 0;
}

/* MAIN -------------------------------------------------------------------------*/

#top_contents {
	clear: both;
	width: 950px;
	margin: 0;
	padding: 0 0 30px 0;
}

#top_contents p {
	font-size: 12px;
	line-height: 1.7;
}

#bg_border {
	clear: both;
	width: 950px;
	margin: 0;
	padding: 0;
	background: url(images/bg_border.gif) repeat-y top left;
}

/* main ----------*/

#main {
	clear: both;
	float: left;
	width: 689px;
}

/* toplist ----------*/

ul.toplist {
	list-style-type: none;
	clear: both;
	width: 689px;
	margin: 0 0 0 0;
	padding: 10px 0;
}

ul.toplist li {
	height: 21px;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
	background: url(images/bg_toplist.gif) no-repeat top left;
}

/* top_rightbox ----------*/

#top_rightbox {
	float: right;
	width: 200px;
}

#top_rightbox ul {
	list-style-type: none;
}

#top_rightbox ul li {
	clear: both;
	margin: 0 0 10px 0;
	text-align: center;
}

/* newlist ----------*/

#newlist01 {
	position: absolute;
	margin: -52px 0 0 574px;
}

#newlist01 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#newlist01 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#newlist02 {
	position: absolute;
	margin: -48px 0 0 827px;
}

#newlist02 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#newlist02 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* newlist ----------*/

#feed01 {
	position: absolute;
	margin: -58px 0 0 665px;
}

#feed01 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#feed01 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#feed02 {
	position: absolute;
	margin: -60px 0 0 918px;
}

#feed02 a {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#feed02 a img {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

/* contents_box ----------*/

.contents_box {
	clear: both;
	width: 689px;
}

/* border01 ----------*/

.border01 {
	clear: both;
	width: 689px;
	margin: 0 0 20px 0;
}

/* LIST -------------------------------------------------------------------------*/
/*
ul.list01 {
	list-style-type: none;
	padding: 0 0 30px 0;
}

ul.list01 li {
	font-size: 14px;
	line-height: 2;
	padding: 0 0 0 15px;
	color: #5c6d00;
	font-weight: bold;
	background: url(images/icon_02.gif) no-repeat top left;
	border-bottom: 1px dotted #c7c8b8;
}
*/
/* H -------------------------------------------------------------------------*/

h2 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 5px 34px;
	font-size: 26px;
	color: #5c6c00;
	background: url(images/bg_h2.gif) no-repeat bottom left;
	line-height: 1.5;
	font-weight: bold;
}

h3 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 22px;
	color: #000000;
	background: url(images/bg_h3.gif) repeat-x bottom left;
	line-height: 1.5;
	font-weight: normal;
}

h4 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #5b3800;
	line-height: 1.5;
	background: #efebe7;
}

/*
h5 {
	clear: both;
	margin: 0 0 10px 20px;
	padding: 0;
	color: #7fa200;
	font-weight: bold;
	font-size: 15px;
	background: #ffffff;
}
*/

/* PAGENAVI -------------------------------------------------------------------------*/

#pagenav {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 1px 0 50px 0;
}

.wp-pagenavi {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.wp-pagenavi a {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:hover,
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #6b7f00;
	color: #6b7f00;
	background: #ffffff;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background: #ffffff;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: normal;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
}

/* TTL_META_CONTENTS -------------------------------------------------------------------------*/

/* POST ----------*/

#post_ttl {
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 25px;
	font-size: 22px;
	color: #333333;
	background: url(images/bg_h4.gif) repeat-y top left;
	line-height: 1.5;
	font-weight: normal;
}

#post_ttl a:link,
#post_ttl a:visited,
#post_ttl a:hover {
	line-height: 1.5;
	color: #333333;
}

#post_meta {
	clear: both;
	font-size: 9.5px;
	line-height: 1.5;
	color: #b0ae1d;
}

#post_meta a:link,
#post_meta a:visited,
#post_meta a:hover {
	line-height: 1.5;
	color: #b0ae1d;
}

.post_contents {
	clear: both;
	float: left;
	width: 689px;
	font-size: 12px;
	line-height: 1.7;
}

.post_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.post_contents img {
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 5px solid #ebe7e4;
}

.post_contents img.noborder {
	margin: 0 5px 5px 0;
	padding: 0;
	border: 0;
}

/* page_contents ----------*/

.page_contents {
	clear: both;
	width: 689px;
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 1.7;
	padding: 0;
}

.page_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.page_contents img {
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 5px solid #ebe7e4;
}

.page_contents img.noborder {
	margin: 0 5px 5px 0;
	padding: 0;
	border: 0;
}

/* Q&A -------------------------------------------------------------------------*/

#list_qa {
	clear: both;
	width: 689px;
}

#list_qa ul {
	list-style-type: none;
	clear: both;
	width: 689px;
	margin: 0 0 0 0;
	padding: 10px 0 30px 0;
}

#list_qa ul li {
	height: 21px;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
	background: url(images/bg_toplist.gif) no-repeat top left;
}

#qa_box {
	clear: both;
	width: 659px;
	border: 5px solid #d4d4d4;
	margin: 0 0 20px 0;
	padding: 10px;
}

#qa_ttl {
	clear: both;
	height: 38px;
	margin: 0 0 20px 0;
	padding: 12px 0 0 50px;
	font-size: 18px;
	color: #000000;
	background: url(images/bg_qa_ttl.gif) no-repeat top left;
	line-height: 1.5;
	font-weight: normal;
}

#qa_ttl a:link,
#qa_ttl a:visited,
#qa_ttl a:hover {
	line-height: 1.5;
	color: #000000;
}

.qa_contents {
	clear: both;
	float: left;
	width: 609px;
	padding: 0 0 0 50px;
	font-size: 12px;
	line-height: 1.7;
	background: url(images/bg_qa_contents.gif) no-repeat top left;
}

.qa_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}

.qa_contents img {
	margin: 0;
	padding: 0 10px 10px 0;
}

/* LINK -------------------------------------------------------------------------*/
/*
#link_box {
	float: left;
	width: 201px;
	height: 200px;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #d2d2d2;
}

#link_ttl {
	clear: both;
	width: 201px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 17px;
	color: #2c3000;
	background: url(images/bg_01.gif) repeat-x bottom left;
	line-height: 1.5;
	font-weight: bold;
}

#link_ttl a:link,
#link_ttl a:visited,
#link_ttl a:hover {
	line-height: 1.5;
	color: #2c3000;
}

.link_contents {
	clear: both;
	float: left;
	width: 201px;
	font-size: 12px;
	line-height: 1.7;
}

.link_contents p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0;
}

.link_contents img {
	margin: 0;
	padding: 0;
}
*/
/* MES -------------------------------------------------------------------------*/

.must {
	color: #ff0000;
	font-weight: bold;
}

.red {
	color: #ff0000;
}

.sample {
	font-size: 10px;
	color: #5e5e5e;
}

/* BOX -------------------------------------------------------------------------*/

#box01 {
	border: 5px solid #ebe7e4;
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #5b3800;
	background: url(images/bg_01.gif) repeat top left;
}

/* SIDEBAR -------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 200px;
}

/* SIDE_SEARCH ----------*/

#side_search {
	clear: both;
	width: 200px;
}

#s {
	float: left;
	width: 137px;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 0 3px;
	border: 1px solid #c8c8c8;
}

#seach {
	line-height: 1.5;
}

#simg {
	float: left;
	width: 50px;
	padding: 0 0 20px 0;
}

#searchsubmit {
	width: 50px;
	height: 21px;
	font-size: 12px;
}

/* SEACH -------------------------------------------------------------------------*/

#searchform2 {
	clear: both;
	margin: 0 0 20px 0;
}

#seach2 {
	clear: both;
	line-height: 1.5;
	padding: 0;
}

#s2 {
	float: left;
	width: 200px;
	height: 19px;
	margin: 0 5px 0 0;
	padding: 0 3px;
}

/* SIDE_MENU ----------*/

#side_menu {
	clear: both;
	float: left;
	width: 200px;
}

#side_menu ul {
	clear: both;
	float: left;
	list-style-type: none;
	width: 200px;
}

#side_menu ul li {
	clear: both;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#side_menu ul li a,
#side_menu ul li a img {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

/* sidebanner ----------*/

#sidebanner {
	clear: both;
	width: 200px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	padding: 30px 0;
}

#sidebanner p {
	clear: both;
	width: 200px;
	line-height: 0;
	font-size: 0;
	display: inline;
	text-align: center;
}

/*-----side_ttl-----*/

#side_ttl {
	clear: both;
	float: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
}

#side_ttl ul {
	list-style-type: none;
}

#side_ttl ul li.ttl01 {
	font-size: 17px;
	line-height: 1.5;
	padding: 0 0 10px 20px;
	color: #747300;
	background: url(images/bg_ttl01.gif) no-repeat bottom left;
}

/*-----sidebarlist-----*/

ul.sidelist {
	list-style-type: none;
	width: 200px;
	margin: 0;
	padding: 10px 0 30px 0;
}

ul.sidelist li {
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(images/icon_01.gif) no-repeat top left;
}

ul.sidelist li a:link,
ul.sidelist li a:visited {
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
}

#archivesselect {
	width: 200px;
	margin: 0;
	padding: 10px 0 20px 0;
}

ul.children {
	list-style-type: none;
	padding: 0 0 0 5px;
}

ul.children li {
	font-size: 10px;
	line-height: 1.7;
}

/* COMMENTS_TEMPLATE -------------------------------------------------------------------------*/

#com {
	clear: both;
	margin: 0;
	padding: 0;
}

#com p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.comipt {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.comipt input {
	width: 150px;
	font-size: 12px;
	line-height: 1.5;
}

ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	clear: both;
	margin: 0;
	padding: 10px 0;
	border-top: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
}

.commentlist li.alt {
	border-top: #e5e5e5 1px solid;
	border-bottom: none;
}

.commentmetadata {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0 0 0 5px;
	color: #829a00;
}

.commentmetadata a:link,
.commentmetadata a:visited,
.commentmetadata a:hover {
	font-size: 12px;
	line-height: 1.5;
	color: #829a00;
}

.postname {
	line-height: 1.5;
	font-size: 12px;
	margin: 0;
	color: #829a00;
	font-weight: normal;
}

.postname a:link,
.postname a:visited,
.postname a:hover {
	padding: 0;
	color: #829a00;
}

#comtxt {
	clear: both;
	line-height: 1.5;
	margin: 5px 0 5px 0;
}

/* commentform ------------------------*/

#commentform {
	margin: 0;
	padding: 0;
}

/* trackback_url ------------------------*/

#tburl_box {
	clear: both;
	width: 678px;
	height: 36px;
	margin: 10px 0 20px 0;
	padding: 27px 0 0 11px;
	background: url(images/tburl_bg.gif) no-repeat top left;
}

#tburl {
	font-size: 12px;
	line-height: 1.5;
	padding: 3px;
}

input.trackback-url {
	width: 655px;
	padding: 2px 3px 2px 3px;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #a5acb2;
}

/* login ------------------------*/

p.login,
p.login a {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* comp ------------------------*/

p.comp {
	font-size: 12px;
	line-height: 1.5;
	margin: 5px 0;
	padding: 0;
}

p.comipt {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

p.comtxt {
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

p.comtxt textarea {
	font-size: 12px;
	line-height: 1.5;
}

/* comment ------------------------*/

#comment {
	width: 685px;
	height: 50px;
}

/* postsubmit ------------------------*/

#postsubmit {
	width: 689px;
	height: 33px;
	margin: 10px 0 0 0;
	padding: 0;
}

/* TABLE -------------------------------------------------------------------------*/

/* common ------------------------*/

table {
	clear: both;
	border-collapse: collapse;
}

table p {
	font-size: 12px;
	line-height: 1.5;
}

.post_contents table tr td img {
	padding: 0 0 0 0;
}

table strong {
	line-height: 1.5;
}

/* tbl01 ------------------------*/

table.tbl01 {
	width: 689px;
	margin: 0 0 20px 0;
}

table.tbl01 th {
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
	color: #5c6c00;
	border-top: 3px solid #dbe696;
}

table.tbl01 td {
	padding: 10px;
	border-top: 1px solid #d4d4d4;
}

table.tbl01 td.nopadding,
table.tbl01 th.nopadding {
	padding: 0;
}

table.tbl01 td.noborder,
table.tbl01 th.noborder {
	border: 0;
}

table.tbl01 th,
table.tbl01 td {
	line-height: 1.5;
	font-size: 12px;
}

table.tbl01 td img {
	margin: 0;
	padding: 0;
}

table.tbl01 td.img {
	margin: 0;
	padding: 0;
	border: 0;
}

table.tbl01 td.img img {
	margin: 0;
	padding: 5px;
	border: 5px solid #ebe7e4;
}

/* tbl02 ------------------------*/

table.tbl02 {
	width: 689px;
	margin: 0 0 20px 0;
}

table.tbl02 th {
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	color: #5c6c00;
	border-top: 3px solid #dbe696;
	border-right: 1px dotted #d4d4d4;
	border-left: 1px dotted #d4d4d4;
	background: url(images/icon_02.gif) no-repeat top left;
}

table.tbl02 td {
	padding: 10px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px dotted #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px dotted #d4d4d4;
	vertical-align: top;
}

table.tbl02 td img {
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 5px solid #ebe7e4;
}

table.tbl02 td.nopadding,
table.tbl02 th.nopadding {
	padding: 0;
}

table.tbl02 td.noborder,
table.tbl02 th.noborder {
	border: 0;
}

table.tbl02 th,
table.tbl02 td {
	line-height: 1.5;
	font-size: 12px;
}

/* FOOTER -------------------------------------------------------------------------*/

.footer_box {
	width: 100%;
	line-height: 0;
	font-size: 0;
}

.graybg {
	padding: 10px 0;
	background: #dadada;
}

#undermenu {
	clear: both;
	width: 950px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
}

#undermenu p {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 0;
	font-size: 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #7d7d7d;
}

/* LINK -------------------------------------------------------------------------*/

	/* BASE ------------------------*/
	a:link {
		text-decoration : underline;
		color: #626262;
	}

	a:visited {
		text-decoration : underline;
		color: #626262;
	}

	a:hover {
		text-decoration : none;
		color: #999999;
	}

	a:active {
		text-decoration : none;
	}