@charset "utf-8";
/*=============================================================

	Date: 2013-10-08
	CSS Document ： OH用で共通で使用する、ほぼ変更の無いスタイル
	
	1.Base
	2.Emergency
	3.Font
	4.Hypertext
	5.Clearfix
=============================================================*/

/*------------------------------------------

	Base
	
-------------------------------------------*/

div#container_allm {
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

div#wrap_allm {
	text-align: left;
	width: 920px;
	margin: 0 auto;
}

div#main_allm {
	float: right;
	width: 710px;
}

div#side-block {
	float: left;
	width: 190px;
}

/*中央配置
div#wrapper_allm {
	overflow: hidden;
	position: relative;
}

#body_allm #content_allm {
	float: left;
	position: relative;
	left: 50%;
}

div#main_allm {
	float: right;
	width: 710px;
	position: relative;
	left: -50%;
}

div#side-block {
	float: left;
	width: 210px;
	position: relative;
	left: -50%;
}
*/

img {
	vertical-align: bottom;
}

/*------------------------------------------

	Emergency
	
-------------------------------------------*/

p.emergency_allm {
	color: #FF0000;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.0;
	margin: 0 0 8px 0;
}

em {
	color: #FF0000;
	display: block;
	font-size: 115%;
	font-style: normal;
	margin: 0 0 10px 0;
}

/*------------------------------------------
	
	Font
	
-------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	line-height: 1.0;
}

/*------------------------------------------

	Hypertext
	
-------------------------------------------*/

#content_allm a {
	color: #336699;
	text-decoration: underline;
}

#content_allm a:hover {
	color: #D18C9B;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

input:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

/*------------------------------------------

	Clearfix
	
-------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
}

/* (for IE7 and Mac IE5) */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */