@charset "utf-8";
/*
* 003 2009.10.05
* CSSファイルおよび画像ファイルは、GPLライセンスではありません。
* 無断の配布および販売を禁じます。
* 
* デザイン AMUS http://mechacom.com/
* HTMLおよびCSS ネコネットデザイン事務所 http://works.nekoget.net/
*/




/* ▽--------------- 基本セット ---------------▽ */
html{
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, h1, h2, h3, h4, h5, form, img {
	font-size: 12px;
	color: #666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}
a {
	color: #0033FF;
	text-decoration: underline;
}
/*
a:link {
}
a:visited {
}
a:active {
}
*/
a:hover {
	text-decoration: none;
}
/* ▲--------------- 基本セット ---------------▲ */




/* ▽--------------- 汎用パーツ ---------------▽ */

/* ▲--------------- 汎用パーツ ---------------▲ */




/* ▽--------------- レイアウト ---------------▽ */
#wrap00 {

	width: 100%;
}
#wrap01 {
	background: url(images/wrap01.jpg) repeat-x 0px 0px;
	width: 100%;
}
#wrap02 {
	width: 900px;
	margin:0px auto;
	background: url(images/wrap02.jpg) repeat-y 0px 0px;
	padding-top: 2px;
}
#wrap02_end {
	font-size: 1px;
	text-indent: -9999px;
	clear: both;
	height: 1px;
	overflow: hidden;
} 
#wrap03 {
	clear: both;
	background: url(images/wrap03.jpg) repeat-x 0px 0px;
	width: 100%;
}
/* ▲--------------- レイアウト ---------------▲ */



/* ▽--------------- header -------------------▽ */
#header {
	background: url(images/header.jpg) no-repeat 0px 0px;
	height: 123px;
	width: 900px;
	margin:0px auto;
}
#header #headermenu, #header #headermenu a, #header #subtitle {
	color: #FFF;
}
#header #headermenu {
	text-align: right;
	padding: 13px 10px 0px 0px;
	margin-bottom: 50px;
	height: 20px;
}
#header #headermenu a {
	text-decoration: none;
}
#header #subtitle {
	text-align: right;
	padding: 0px 10px 0px 300px;
	height: 35px;
	overflow: hidden;
}
/* ▲--------------- header -------------------▲ */



/* ▽--------------- side ---------------------▽ */
#side {
	float: left;
	width: 298px;
	padding-left: 22px;
}

/* ▽submenu */
#side #submenu {
	background: url(images/submenu.jpg) no-repeat 0px 0px;
	height: 156px;
	width: 230px;
	padding: 45px 14px 0px 15px;
	margin-bottom: 9px;
	overflow: hidden;
}
#side #submenu a {
	color: #FFF;
}
#side #submenu h2 {
	display: none;
}
#side #submenu ul {
	margin-left: 15px;
	height: 127px;
}
#side #submenu ul li {
	color: #FFF;
	list-style-type: disc;
	line-height: 180%;
}
#side #submenu #contactus {
	margin-left: 18px;
}
/* ▲submenu */

/* ▽mainmenu */
#side ul#mainmenu li {
	margin-bottom: 4px;
}
#side ul#mainmenu li a {
	background: url(images/mainmenu.jpg) no-repeat 0px 0px;
	display: block;
	height: 24px;
	width: 227px;
	overflow: hidden;
	color: #CCC;
	text-decoration: none;
	font-size: 13px;
	padding: 12px 4px 0px 28px
}
#side ul#mainmenu li a.selected, #side ul#mainmenu li a:hover  {
	color: #990000;
}
/* ▲mainmenu */

/* ▽PICK-UP  */
#side h2#side_pickup_mds {
	background: url(images/side_pickup.jpg) no-repeat 0px 0px;
	height: 36px;
	width: 259px;
	margin-bottom: 4px;
	text-indent: -9999px;
	overflow: hidden;
}
#side #side_pickup {
	background: url(images/side_pickup_bg.jpg) no-repeat 0px 0px;
	height: 187px;
	width: 259px;
	margin-bottom: 10px;
}
/* ▲PICK-UP */

/* ▽PushButton */
#side #pushbutton {
	padding-left: 4px;
	height: 163px;
	width: 256px;
}
#side #pushbutton p {
	float: left;
	margin: 0px 5px 8px 0px;
}
#side #pushbutton p a {
	background: url(images/btn01.jpg) no-repeat 0px 0px;
	text-align: center;
	display: block;
	height: 25px;
	width: 80px;
	padding-top: 7px;
	font-size: 18px;
	text-decoration: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	font-weight: bold;
}
#side #pushbutton p a:hover {
	color: #666;
}
/* ▲PushButton */

/* ▽BannerArea */
#side #side_banner {
	width: 259px;
}
#side #side_banner p img {
	display: block;
	margin-bottom: 10px;
}
/* ▲BannerArea */

/* ▽extra */
#side #extra {
	width: 259px;
	margin: 0px 0px 15px 0px;
	padding-top: 5px;
	line-height: 145%;
	color: #FFF;
}
#side #extra p {
	color: #FFF;
}
/* ▲extra */

/* ▲--------------- side ---------------------▲ */



/* ▽--------------- content ------------------▽ */
#content {
	float: left;
	width: 580px;
	margin-bottom: 20px;
}
/* ▲--------------- content ------------------▲ */



/* ▽--------------- footer -------------------▽ */
#footer {
	height: 18px;
	overflow: hidden;
	width: 900px;
	margin:0px auto;
}
#footer #copyright {
	text-align: center;
	color: #FFF;
	padding-top: 3px;
}
#footer #copyright a {
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
/* ▲--------------- footer -------------------▲ */


/* ▽--------------- 編集可能領域 -------------▽ */
#mainimage {
	margin-bottom: 25px;
}

#content .line01, #content .line02 {
	text-indent: -9999px;
	height: 7px;
	width: 551px;
	margin-bottom: 7px;
	overflow: hidden;
}
#content .line01 {
	background: url(images/line01.jpg) no-repeat 0px 0px;
}
#content .line02 {
	background: url(images/line02.jpg) no-repeat 0px 0px;
}


#content #section_pickup {
	width: 551px;
	height: 117px;
}
#content #section_pickup #pickup01, #content #section_pickup #pickup02 {
	width: 250px;
	height: 86px;
	float: left;
	padding: 23px 4px 0px 5px
}
#content #section_pickup h2 {
	display: none;
}
#content #section_pickup img {
	display: block;
	float: left;
	margin-right: 5px;
}
#content #section_pickup .text {
	height: 86px;
	float: left;
	overflow: hidden;
	line-height: 150%;
}
#content #section_pickup span {
	font-weight: bold;
}
#content #section_pickup #pickup01 {
	background: url(../../img/003/pickup01.jpg) no-repeat 0px 0px;
	margin-right: 33px;
}
#content #section_pickup #pickup02 {
	background: url(../../img/003/pickup02.jpg) no-repeat 0px 0px;
}

#content .freespace {
	line-height: 140%;
	width: 550px;
	margin-bottom: 10px;
	color: #333
}
#content h2#h2_information {
	background: url(../../img/003/h2_imformation.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 23px;
	width: 550px;
	overflow: hidden;
	margin-bottom: 15px;
}
#content #information {
	padding: 0px 10px 10px 10px;
	width: 530px;
}
#content #information img {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
#content #information p {
	clear: both;
	line-height: 160%;
	margin-bottom: 10px;
}

#content h3 {
	background-color: #F6F6F6;
	width: 525px;
	border: 1px solid #CCC;
	color: #0033FF;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
}

/*NEWS*/
#news_area #LNEnews, #news_area #LNEnews table td, #news_area #LNEnews table td a {
	color: #0033FF;
	line-height: 160%;
	text-align: left;
}
#news_area {
	margin: 10px;
}
#news_area #LNEnews {
	margin: 0px;
}
/* ▲--------------- 編集可能領域 -------------▲ */

