@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:	http://www.cabrain.net/songai/
File name:	layout_common.css
Summary:	base styles
Created:	2012-9-30
Last update:	2012-9-30 by Sadaoka
Author:		Sadaoka
Copyright:	(C) 2012 dabhand Inc.
--------------------------------------------------------------- */

/* 初期化 */
/* ------------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	background: #fff url(../images/bg_header.gif) center top repeat-x;
	color: #3f3f3f;
	font-family: "ヒラギノ丸ゴ Pro", "HiraMaruPro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 0;
}

ol, ul {
	list-style: none;
}

/*引用符の表示が出ないように指定*/
blockquote, q {
	quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定*/
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

div {
	overflow: hidden;
}

img {
	vertical-align: middle;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*background-color: #f00;*/
}

ins {
	background-color: #ff9;
	color: #3f3f3f;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
input, select {
	vertical-align: middle;
}
*/

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #f0f0f0;
	margin: 1em 0;
	padding: 0;
}

/* Link */
/* ------------------------------------------------------------ */
a:link,
a:visited {
	color: #0af;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0af;
	text-decoration: none;
}

a img.alpha:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

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

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

.indent2 {
	text-indent: -2em;
	margin-left: 2em;
}

/* Font */
/* ------------------------------------------------------------ */
.txt {
	line-height: 1.7;
}

.bold {
	font-weight: bold;
}

.txt_10 {
	font-size: 10px;
}

.txt_14 {
	font-size: 14px;
}

.txt_16 {
	font-size: 16px;
}

.txt_18 {
	font-size: 18px;
}

.txt_red {
	color: #f00;
}

.txt_black {
	color: #000;
}

.txt_gray {
	color: #969696;
}

.txt_blue {
	color: #0af;
}

.txt_orange {
	color: #ff8b00;
}

.txt_green {
	color: #8bcd00;
}

.txt_white {
	color: #fff;
}

strong {
	color: #000;
}

sup {
	font-size: 66%;
	vertical-align: top;
}

sub {
	font-size: 66%;
	vertical-align: baseline;
}

/* Align */
/* ------------------------------------------------------------ */
.a_left {
	text-align: left;
}

.a_center {
	text-align: center;
}

.a_right {
	text-align: right;
}

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

.f_right {
	float: right;
}

/* Clear */
/* ------------------------------------------------------------ */
.float:after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* Margin */
/* ------------------------------------------------------------ */
.c_mgn {
	margin-left: auto;
	margin-right: auto;
}

.t_mgn2 {
	margin-top: 2px;
}

.t_mgn5 {
	margin-top: 5px;
}

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn12 {
	margin-top: 12px;
}

.t_mgn20 {
	margin-top: 20px;
}

.t_mgn30 {
	margin-top: 30px;
}

.t_mgn40 {
	margin-top: 40px;
}

.t_mgn60 {
	margin-top: 60px;
}

.l_mgn44 {
	padding-left: 44px;
}

.l_mgn25 {
	padding-left: 25px;
}

.l_mgn12 {
	padding-left: 12px;
}

.r_mgn1em {
	margin-right: 1em;
}

.r_mgn6 {
	margin-right: 6px;
}

.r_mgn10 {
	margin-right: 10px;
}

/* Box */
/* ------------------------------------------------------------ */
.w940 {
	width: 940px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w890 {
	width: 890px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w700 {
	width: 700px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w610 {
	width: 610px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w590 {
	width: 590px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w570 {
	width: 570px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w370 {
	width: 370px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w240 {
	width: 240px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w150 {
	width: 150px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.irregularity_layout {
	width: 550px;
	margin-left: 85px;
	margin-right: 65px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

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

#header h1 {
	color: #fff;
	line-height: 20px;
	font-weight: normal;
}

#header li {
	list-style-type: none;
}

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

#global_menu li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

/* Body */
/* ------------------------------------------------------------ */
#body {
	background: url(../images/body_bg.gif) center top repeat-y;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.right_btn_bg1 {
	background: url(../images/right_btn_bg1.png) left top no-repeat;
	width: 215px;
	height: 379px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

.right_btn_bg1 .placement1 {
	position: absolute;
	left: 2px;
	top: 2px;
	border: 0px #f00 solid;
}

.right_btn_bg1 .placement2 {
	position: absolute;
	left: 2px;
	top: 50px;
	border: 0px #f00 solid;
}

.right_btn_bg1 .placement3 {
	position: absolute;
	left: 2px;
	top: 248px;
	border: 0px #f00 solid;
}

.right_btn_bg1 .placement2 p,
.right_btn_bg1 .placement3 p {
	margin-top: 2px;
}

.right_btn_bg2 {
	background: url(../images/right_btn_bg2.png) left top no-repeat;
	width: 215px;
	height: 94px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

.right_btn_bg2 .placement1 {
	position: absolute;
	left: 2px;
	top: 2px;
	border: 0px #f00 solid;
}

.right_btn_bg2 .placement2 {
	position: absolute;
	left: 2px;
	top: 39px;
	border: 0px #f00 solid;
}

.right_btn_bg2 .placement3 {
	position: absolute;
	left: 2px;
	top: 94px;
	border: 0px #f00 solid;
}

.right_btn_bg3 {
	background: url(../images/right_btn_bg3.png) left top no-repeat;
	width: 215px;
	height: 170px;
	display: block;
	position: relative;
	border: 0px #f00 solid;
}

.right_btn_bg3 .placement1 {
	position: absolute;
	left: 2px;
	top: 2px;
	border: 0px #f00 solid;
}

.right_btn_bg3 .placement2 {
	position: absolute;
	left: 25px;
	top: 50px;
	border: 0px #f00 solid;
}

.right_btn_bg3 .placement3 {
	position: absolute;
	left: 25px;
	top: 90px;
	border: 0px #f00 solid;
}

.right_btn_bg3 .placement4 {
	position: absolute;
	left: 25px;
	top: 130px;
	border: 0px #f00 solid;
}

/* Bread crumb menu */
/* ------------------------------------------------------------ */
.bread_crumb {
	width: 850px;
}

.bread_crumb li {
	list-style-type: none;
	float: left;
}

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	background: #fff url(../images/bg_footer.gif) center bottom repeat-x;
	padding-bottom: 15px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

.footer_area {
	background: url(../images/footer_area.gif) left bottom no-repeat;
	width: 940px;
	padding: 25px 0;
	display: block;
	overflow: hidden;
	border-top: 1px #c8c8c8 solid;
}

#footer .icon_home {
	background: url(../images/icon_home.gif) left center no-repeat;
	padding-left: 25px;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

#footer th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	width: 8em;
	padding: 0;
	border: 0px #00f solid;
}

#footer td {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}

#footer td.border {
	padding-left: 20px;
	border-left: 1px #dcdcdc dotted;
}

#footer td.padding0 {
	padding-right: 0;
}

#footer .footer_menu {
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .footer_menu li {
	list-style: none;
	font-size: 10px;
	padding : 0 1em;
	float: left;
	border-left: 1px #96917e solid;
}

#footer .footer_menu li:hover {
	background-color: #00aaff;
	cursor: pointer;
	cursor: hand;
}

#footer .footer_menu li:hover a {
	color: #fff;
	text-decoration: none;
}

#footer .footer_menu li.last {
	border-right: 1px #96917e solid;
}
