﻿@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　index.html
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

#head {
	width: 800px;
	font-weight: bold;
	color: #000099;
	position: relative;
	background: url(../images/bg_index_0000.jpg) no-repeat left 31px;
	padding-top: 31px;
}

h1 {
	text-indent: -9999px;
	font-size: 1px;
}

.headLink {
	position: absolute;
	top: 5px;
	right: 5px;
}

.headLink li {	display: inline;}


/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

#contents {
	margin: 0px;
	padding: 0px 0px 10px;
	float: left;
	width: 800px;
}

/* 左カラム -------------------- */

#side {
	padding: 15px 0px 50px;
	float: left;
	width: 188px;
	background-color: #99CCFF;
	text-align: center;
	margin: 10px 0px 0px;
}

.snavi {	margin-bottom: 200px;}

.snavi img {	vertical-align: bottom;}

#side p {
	margin-top: 15px;
	font-size: small;
}
* html #side p {
	margin-top: 15px;
	font-size: x-small;
}

/* 右カラム -------------------- */

#main {
	padding: 0px;
	float: left;
	width: 602px;
	margin-top: 10px;
	margin-left: 10px;
}

/* What's New -------------------- */

#whatsNew {
	width: 388px;
	float: left;
	margin-bottom: 30px;
}
#whatsNew h2,
#services h2 {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}
* html #whatsNew h2,
* html #services h2 {	font-size: large;}

.newList {
	height: 230px;
	width: 386px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 7px;
	border: 1px solid #999999;
}

.newList ul {
	margin: 10px;
	display: block;
}

.newList li {
	margin-bottom: 8px;
	font-size: small;
}
* html .newList li {	font-size: x-small;}

.newList .date {
	display: block;
	width: 90px;
	float: left;
}

.newList .sentence {
	float: left;
	padding-right: 5px;
	width: 250px;
}

/* Services -------------------- */

#services {
	float: right;
	width: 190px;
	margin-bottom: 30px;
}

#services ul {
	background: url(../images/home_line.gif) no-repeat left bottom;
	width: 190px;
	display: block;
	margin-top: 7px;
}

#services li {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 11px;
	background: url(../images/home_line.gif) no-repeat left top;
}

#services .btm {	padding-bottom: 17px;}

#services p {
	display: block;
	margin-bottom: 8px;
	font-size: x-small;
}

/* メインリンク -------------------- */

#mainLink {
	clear: both;
	border: 2px solid #666666;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

.linkBox {
	width: 294px;
	height: 120px;
	background: url(../images/home_menu_000.gif) repeat-x left top;
	border: 1px solid #666666;
	padding-top: 24px;
	margin-bottom: 2px;
}
* html .linkBox {	height: 144px;}

.fltR {	float: right;}
.fltL {	float: left;}

.linkBox img {
	margin-top: 15px;
	margin-left: 18px;
	float: left;
}

.linkBox ul {
	width: 200px;
	margin-left: 10px;
	display: block;
	float: left;
}

.linkBox li {
	font-size: small;
	line-height: 1.2;
}
* html .linkBox li {	font-size: x-small;}

.linkBox .title {
	font-size: x-large;
	font-weight: bold;
	color: #000099;
	margin-bottom: 4px;
}

.linkBox .title img {
	margin: 3px 0 0 0;
}

* html .linkBox .title {	font-size: large;}

/* ピックアップ -------------------- */

#pickup {
	width: 602px;
	clear: both;
	padding-top: 15px;
	text-align: center;
}

