@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://xxxxxxxxxx/
File name:		layout_commonness.css
Summary:		base styles
Created:		2009-7-1
Last update:	2009-7-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background-color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: #646464;
	margin: 0;
	padding: 0;
}

div,
p,
img,
ul,
ol,
li,
dl,
dt,
dd
 {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

/* テキストを表示させない */
/* ------------------------------------------------------------ */
.none { display: none; }

/* インデント１文字分 */
/* ------------------------------------------------------------ */
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Font */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

/* Link */
/* ------------------------------------------------------------ */
a:link, a:visited {
	color: #eca5cc;
	text-decoration: none;
}

a:hover, a:active {
	color: #eca5cc;
	text-decoration: underline;
}

/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float:left;
}

.f_right {
	float:right;
}

/* Center */
/* ------------------------------------------------------------ */
.f_center {
	text-align: center;
}

/* Clear */
/* ------------------------------------------------------------ */
.clear {
	clear: both;
}

/* Margin */
/* ------------------------------------------------------------ */
.t_mgn5 {
	margin: 5px 0px 0px;
}

.t_mgn10 {
	margin: 10px 0px 0px;
}

.t_mgn10_30 {
	margin: 10px 0px 30px;
}

.t_mgn20 {
	margin: 20px 0px 0px;
}

.t_mgn30 {
	margin: 30px 0px 00px;
}

.t_mgn50 {
	margin: 50px 0px 0px;
	border: 0px #f00 solid;
}

.t_mgn30_30 {
	margin: 30px 0px 30px;
	border: 0px #f00 solid;
}

.r_mgn12 {
	margin: 0px 12px 0px 0px;
}

/* Container */
/* ------------------------------------------------------------ */
#container {
	clear: both;
	text-align: center;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Header */
/* ------------------------------------------------------------ */
#header {
	width: 800px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header h1 {
	text-align: right;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header h2 {
	text-align: left;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Body */
/* ------------------------------------------------------------ */
#body {
	clear: both;
	text-align: left;
	width: 800px;
	margin: 30px auto 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left {
	width: 169px;
	display: block;
	overflow: hidden;
	float: left;
	border: 0px #f00 solid;
}

#body_right {
	width: 630px;
	padding-bottom: 60px;
	display: block;
	overflow: hidden;
	float: right;
	border-left: 1px #dbd3bc solid;
}

#body_right .pagetop {
	text-align: right;
	font-size: 12px;
	line-height: 1;
	width: 560px;
	margin: 10px auto 0px;
	display: block;
	border: 0px #f00 solid;
}

/* Global menu */
/* ------------------------------------------------------------ */
.global_menu {
	clear: both;
	width: 169px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.global_menu li {
	list-style: none;
	border: 0px #f00 solid;
}

.global_menu .menu0 a {
	background: url(../images/global_menu0.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu0 a:hover {
	background: url(../images/global_menu0.gif) left bottom no-repeat;
}

.global_menu .menu1 a {
	background: url(../images/global_menu1.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu1 a:hover {
	background: url(../images/global_menu1.gif) left bottom no-repeat;
}

.global_menu .menu1 a.selected {
	background: url(../images/global_menu1on.gif) left bottom no-repeat;
}

.global_menu .menu2 a {
	background: url(../images/global_menu2.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu2 a:hover {
	background: url(../images/global_menu2.gif) left bottom no-repeat;
}

.global_menu .menu2 a.selected {
	background: url(../images/global_menu2on.gif) left bottom no-repeat;
}

.global_menu .menu3 a {
	background: url(../images/global_menu3.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu3 a:hover {
	background: url(../images/global_menu3.gif) left bottom no-repeat;
}

.global_menu .menu3 a.selected {
	background: url(../images/global_menu3on.gif) left bottom no-repeat;
}

.global_menu .menu4 a {
	background: url(../images/global_menu4.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu4 a:hover {
	background: url(../images/global_menu4.gif) left bottom no-repeat;
}

.global_menu .menu4 a.selected {
	background: url(../images/global_menu4on.gif) left bottom no-repeat;
}

.global_menu .menu5 a {
	background: url(../images/global_menu5.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu5 a:hover {
	background: url(../images/global_menu5.gif) left bottom no-repeat;
}

.global_menu .menu5 a.selected {
	background: url(../images/global_menu5on.gif) left bottom no-repeat;
}

.global_menu .menu6 a {
	background: url(../images/global_menu6.gif) left top no-repeat;
	width: 169px;
	height: 26px;
	display: block;
	border: 0px #00f solid;
}

.global_menu .menu6 a:hover {
	background: url(../images/global_menu6.gif) left bottom no-repeat;
}

.global_menu .menu6 a.selected {
	background: url(../images/global_menu6on.gif) left bottom no-repeat;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	text-align: center;
	background-color: #eca5cc;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.footer_layput {
	width: 800px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}


