@charset "utf-8";

div.clear{
	clear: both;
}

/* ▼全体設定▼ */
*{
	margin: 0px;
	padding: 0px;
}
/* ▲全体設定▲ */

/* ▼body▼ */
body{
	background-image: url(../img/bgc.jpg);
	background-repeat: repeat;
	color: #666;
	/*font-size: 12pt;
	line-height: 22pt;*/
	line-height: 150%;
	text-align: left;
}
/* ▲body▲ */

/* ▼img▼ */
img {
	border-style: none;
}
/* ▲img▲ */

/* ▼blockquote▼ */
blockquote {
	border: 1px dotted #999;
	margin: 10px 10px 0px 10px;
	padding: 10px;
}
/* ▲blockquote▲ */

/* ▼リンク系▼ */
a:link
{
	color: #666;
}
a:visited
{
	color: #666;
}
a:hover
{
	color: #c00;
}
/* ▲リンク系▲ */

/* ▼input系▼ */
input.short{
	width: 150px;
}

input.middle{
	width: 500px;
}

input.long{
	width: 700px;
}

textarea.short{
	width: 150px;
}

textarea.middle{
	width: 500px;
}

textarea.long{
	width: 700px;
}
/* ▲input系▲ */

/* ▼強調系▼ */
strong{
	color: #990;
	font-weight: normal;
}

.need{
	color: #093;
}
/* ▲強調系▲ */

/* ▼width▼ */
.w750 {
	width: 750px;
}

.w250 {
	width: 250px;
}
/* ▲width▲ */

#inbox {
	background-image: url("../img/body_line.jpg");
	margin-left: auto; 
	margin-right: auto; 
	width: 900px;
}

/* ▼ヘッダー▼ */
#header img{
	margin-left: 2px;
}
/* ▲ヘッダー▲ */

/* ▼メニュー▼ */
#menu{
	background-image: url("../img/header_line.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	position: relative;
}

#menu div a.link {
	color: #5095bd;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#menu div a.link:active {
	color: #f7c721;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#menu div a.link:hover {
	color: #f7c721;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}

#menu a.home {
	color: #5095bd;
	text-decoration: none;
}

#menu a.home:active {
	color: #f7c721;
	text-decoration: none;
}

#menu a.home:hover {
	color: #f7c721;
	text-decoration: none;
}

#menu h1 {
	font-size: 120%;
	margin-left: 10px;
}

#menu h2 {
	font-size: 80%;
	margin-left: 10px;
}

#menu div.simple {
	background-image: url("../img/sub_contents.jpg");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 283px;
	width: 94px;
	height: 29px;
	text-align: center;
}

#menu div.detail {
	background-image: url("../img/sub_contents.jpg");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 189px;
	width: 94px;
	height: 29px;
	text-align: center;
}

#menu div.pamw {
	background-image: url("../img/sub_contents.jpg");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 95px;
	width: 94px;
	height: 29px;
	text-align: center;
}

#menu div.limenet {
	background-image: url("../img/sub_contents.jpg");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 1px;
	width: 94px;
	height: 29px;
	text-align: center;
}

#header2 {
	background-image: url("../img/header_line2.jpg");
	background-repeat: no-repeat;
	height: 21px;
}
/* ▲メニュー▲ */

/* ▼ブロック▼ */
#block{
	margin-top: 20px;
	margin-left: 160px;
	position: relative;
	width: 715px;
}

#block img.logo {
	position: absolute;
	top: 0px;
	left: -140px;
}

#block img.qr {
	position: absolute;
	top: 80px;
	right: 60px;
}

#block div.title{
	background-image: url("../img/box_top.jpg");
	background-repeat: no-repeat;
	height: 60px;
	position: relative;
}

#block div.title h2{
	color: #777;
	font-size: 120%;
	position: absolute;
	top: 55px;
	left: 40px;
	/*
	background-image: url("../img/feature.jpg");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-left: 25px;
	*/
}

#block div.title img{
	position: absolute;
	top: -5px;
	left: -15px;
}

#block div.contents{
	background-image: url("../img/box_middle.jpg");
	padding-top: 30px;
}

#block div.contents ul{
	list-style-type: disc;
	margin-left: 40px;
	padding-right: 20px;
}

#block div.contents ol{
	list-style-type: decimal;
	margin-left: 45px;
	padding-right: 20px;
}

#block div.footer{
	background-image: url("../img/box_bottom.jpg");
	background-repeat: no-repeat;
	height: 60px;
}

#block div.top {
	text-align: right;
}
/* ▲ブロック▲ */

/* ▼フッター▼ */
#footer{
	background-image: url("../img/footer_bgc.jpg");
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
/* ▲フッター▲ */
