/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 958px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	color: #333;
	width: 938px;
	padding: 10px;
	height: 57px;
	background-image: url(../img/head_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#navi {
	width: 958px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
}
#rightcolumn {
	display: inline;
	color: #333;
	padding: 0px;
	width: 243px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#leftcolumn {
	float: left;
	color: #333;
	padding: 0px;
	width: 672px;
	display: inline;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	width: 918px;
	clear: both;
	color: #333;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #E4E4E4;
	height: 100px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.clear {
	clear: both;
	background: none;
}
#viewer {
	width: 958px;
	height: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#leftcolumn h1 {
	background-image: url(../../img/top/ttl_info.jpg);
	height: 33px;
	width: 672px;
	margin-bottom: 20px;
}

#leftcolumn h1.link {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	float: right;
	width: 200px;
}
#leftcolumn h1 .link {
	font-size: 10px;
	color: #FFF;
	float: right;
	width: 120px;
	text-decoration: underline;
	font-weight: normal;
	padding-left: 14px;
	background-image: url(../../img/top/ico_w.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
}
#leftcolumn h1 .link img {
	margin-top: 4px;
	margin-right: 2px;
	height: 9px;
	width: 8px;
}
/*サブコンテンツテーブル設定*/
TABLE.top_sub {
	border: 1px solid #E1E1E1;
	font-size: 10px;
	line-height: 140%;
}
TABLE.top_sub TD { vertical-align: top; }
TABLE.top_sub IMG.top_img{ border: 1px solid #E4E4E4; }
#rightcolumn .clear ul {
	list-style-type: none;
}
#rightcolumn .clear ul li {
	width: 243px;
	margin-bottom: 5px;
}
#whatsnew_link{
	padding : 0;
	float:left;
	margin/**/:/**/10px 0 0 10px;	/* WinIE Hack */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.whatsnew-list li {
	list-style-type:none;
	color:#750B0D;
	line-height:18px;
	margin-top: 11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#whatsnew_link .whatsnew-list li .new {
	background:url(../images/common/icon_new.gif) no-repeat left top;
}
.whatsnew-list li .link {
	width:377px;
	margin:0 0 0 125px;
	padding:0 0;
	text-align:left;
}
.whatsnew-list li .link2 {
	width:467px;
	margin:0 0 0 35px;
	padding:0 0;
	text-align:left;
}
.whatsnew-list a:link { 
	color: #750B0D;
	text-decoration: none;
}
.whatsnew-list a:visited {
	color: #750B0D;
	text-decoration: none;
}
.whatsnew-list a:hover {
	color: #B48143;
	text-decoration: none;
}
.whatsnew-list a:active {
	color: #750B0D;
	text-decoration: none;
}#leftcolumn ul {
	list-style-type: none;
	margin-left: 22px;
	margin-bottom: 20px;
}
#leftcolumn ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
	margin-bottom: 20px;
	width: 624px;
	background-image: url(../../img/top/ico_b.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
}
#wrapper #footer a {
	color: #333;
	text-decoration: none;
}
#leftcolumn h1 .link a {
	color: #FFF;
	text-decoration: underline;
}

#header .headnavi {
	width: auto;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
	padding: 0px;
}
#header .logo {
	height: 48px;
	width: 288px;
	float: left;
}
