/* STYLE RESET */

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, address {
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

img {
	border: 0;
}


/* BASIC LAYOUT */

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',sans-serif;
	background-color: #FFF;
	background-image:url(../image/header_back.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width:1000px;
	_display:inline;
	_zoom:1;
	font-size: 100%;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#container {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	padding-right:20px;
	padding-left:20px;
}

#headder {
	width:960px;
	height:115px;
	background-image:url(../image/index_r1_c13.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}

#pan {
	width:790px;
	padding-top:7px;
	padding-bottom:7px;
}

#contents {
	width: 960px;
	margin: 20px 0px 0px;	
}

#main {
	width:660px;
	float:left;
	background-color:#fff;
	-webkit-text-size-adjust: 200%;
	-moz-text-size-adjust: 200%;
	-ms-text-size-adjust: 200%;
	-o-text-size-adjust: 200%;
	text-size-adjust: 200%;
}

#main2{
	width:630px;
	float:left;
	text-align:left;
	padding-bottom:30px;
	position:relative;
	background-color:#fff;
	-webkit-text-size-adjust: 200%;
	-moz-text-size-adjust: 200%;
	-ms-text-size-adjust: 200%;
	-o-text-size-adjust: 200%;
	text-size-adjust: 200%;
}

#rightmenu {
	width:300px;
	float:right;
}

#totop{
	font-size:0.88em;
	font-weight:bold;
}

#totop a{
	text-decoration:none;
}

#totop a:hover{
	text-decoration:underline;
}

#footer {
	width: 100%;
	margin-top:10px;
	padding-bottom:20px;
	clear:both;
	text-align:center;
}


/* HEADER */

#headder h1 {
	height:58px;
	background-image:url(../image/head_logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

#headder h1 a {
	display:block;
	width:507px;
	height:58px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#headder .tel{
	float:right;
	width:281px;
	height:33px;
	padding-top:17px;
}


/* TOPMENU */

#topmenu {
	width: 960px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

#topmenu p {
	float:left;
	text-align:center;
	margin-top:7px;
}

#topmenu a {
	display:block;
	width:135px;
	height:33px;
	background-color:#FEC107;
	border:1px solid #FF9E0C;	
	font-weight:bold;
	font-size:16px;
	color:#000;
	padding-top:15px;
	text-decoration:none;
	line-height:1.2;
}

#topmenu .now, #topmenu a:hover {
	display:block;
	width:135px;
	height:33px;
	background-color:#fff;
	border:1px solid #fff;
	padding-top:15px;
	font-weight:bold;
	font-size:16px;
	color:#000;
}



/* RIGHT MENU */

#rightmenu h2, #news2 h2 {
	margin-bottom:15px !important;
	margin-top:10px;
}

#rightmenu h2 a, #news2 h2 a {
	font-size:1.13em !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#news {
	width:298px;
	height:298px;
}

#news2 {
	background-color:#FFFFFF;
	width:250px;
	padding:10px 15px 10px ;
	overflow:hidden;
	text-align:left;
	text-decoration:none;
}

#news2 p {
	font-size:0.88em;
	margin-bottom:10px;
	text-align:left;
	width:250px;
}

#feed {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:280px;
	overflow:auto;
	padding:10px 15px;
}

#feed2 li{
	list-style-type:none;
	font-size:0.88em;
	margin-bottom:10px;
	text-align:left;
	width:250px;
}


.fb-like-box{
	margin-bottom:20px;
}

.frame{
	overflow:hidden;
	width:298px;
	height:298px;
	margin-bottom:20px;
	margin-top:20px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

iframe{
	-webkit-overflow-scrolling:touch !important;
	overflow-x: hidden !important;
}



/* MAIN */

#main h2, #main2 h2 {
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:10px;
}

#main2 h3{
	font-size:1em;
	font-weight:bold;
	margin-bottom:15px;
}

#main2 h4{
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:10px;
}

.icon li{
	list-style-type:none;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

#main2 p, #main2 li, #main2 td{
	font-size: 0.88em;
	color: #333333;
}

#main a, #main2 a{
	color:#F54A01 !important;
}

#main a:hover, #main2 a:hover{
	color:#F54A01 !important;
	text-decoration:none;
}



/* FOOTER */

#footmenu{
	width:100%;
	background-color:#EEEEEE;
	padding:30px 0px 20px;
	margin-bottom:20px;
	text-align:center;
}

#footmenu2{
	width:960px;
	margin:0 auto;
	padding-right:20px;
	padding-left:20px;
}

#footmenu2 h3{
	font-size:0.88em;
	font-weight:bold;
	margin-bottom:15px;
}

#footmenu2 p{
	font-size:0.81em;
}

.footmenu3{
	float:left;
	width:200px;
	margin-right:40px;
	text-align:left;
}

#copyright{
	text-align:left;
	padding-top:20px;
	clear:both;
}

#banner{
	width:100%;
	text-align:center;
	clear:both;
}

#banner table{
	margin:0 auto;
}

#banner td {
	padding-right:10px;
}

#banner p{
	padding-bottom:10px;
}


/* COMMON LINK DESIGN */

a:link {
    color: #333333;	
}

a:visited {
    color: #333333;	
}

a:hover {
    color: #666;
	text-decoration:none;	
}

a:active {
    color: #333333;	
}



/* COMMON DESIGN */


.small {
	font-size:0.75em;
}

.big16 {
	font-size:1em;
	font-weight:bold;
}

.big20 {
	font-size:1.25em;
	font-weight:bold;
}

.big24 {
	font-size:1.5em;
	font-weight:bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

.clearfix:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px; /*¥*//*/ height: auto; overflow: hidden; /**/}


.red {
	color:#F54A01;
}

#red-waku {
	color:#FF0000;
	border:1px solid #FF0000;
	padding:2px;
	width:90px;
	float:left;
	vertical-align:middle;
	text-align:center;
	margin-right:20px;
}

.space15 {
	margin-bottom:15px;
}

.image-right {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}

.image-left {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

.space-left{
	margin-left:20px;
}


/* NEWS */

#news3 p{
	margin-bottom:10px;
}

#news3 a{
	color: #333333 !important;
}

#news3 a:hover {
	color: #333333 !important;
	text-decoration:none;	
}



/* COMPANY */

.domain td{
	padding:5px 0px;
	vertical-align:top;
}

#orange_ribon {
	width: 152px;
	height: 217px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 351px;
	left: 476px;
}


/* STAFF */

.member{
	padding:15px 20px;
	border-top:1px solid #ccc;
	border-left:5px solid #FF9E0C;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:20px;
	height:95px;
}


/* MAILFORM */

#mailform {
	margin-top:10px;
}

#mailform td {
	padding:3px;
	font-size:0.88em;
	line-height:150%;
}


/* JIGYOU */

#main2 ul li{
	margin-left:20px;
	clear:right;
}

#kakomi, #kakomi2 {
	border-left:5px solid #F54A01;
	padding:15px;
	margin-top:15px;
	background-color:#EEEEEE;
}

#kakomi .big, #kakomi2 .big {
	font-size:0.88em;
	font-weight:bold;
}

#kakomi a, #kakomi2 a{
	color: #F54A01;
}

#kakomi, #kakomi2{
-webkit-text-size-adjust: 180%;
	-moz-text-size-adjust: 180%;
	-ms-text-size-adjust: 180%;
	-o-text-size-adjust: 180%;
	text-size-adjust: 180%;
}

#main2 .orange-waku{
	border-left:5px solid #FF9E0C;
	padding:15px;
	background-color:#EEEEEE;
}

#main2 .orange-waku a {
    color: #333333 !important;
}

#main2 .orange-waku a:hover {
	color: #333333 !important;
	text-decoration:none;	
}



.keisen{
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:20px;
}

#miku {
	width:630px;
	height:390px;
	overflow:auto;
	background-color:#FFFFFF;
}

.bloglink{
	border:2px solid #ccc;
	padding:15px;
	margin-top:20px;
}

#kakomi .download a{
	color:#FFF !important;
	text-decoration:none !important;
	padding:2px 5px 3px;
	background-color:#F54A01;
	letter-spacing: 0.2em; 
	font-size:1.125em;
}

#kakomi .download a:hover{
	background-color:#FE783F;
}


/* JIREI */

.kiki ul li{
	margin-bottom:20px;
	border-left:5px solid #FF9E0C;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:15px;
	list-style-type:none;
	margin-left:0px !important;
}

.kiki ul li ul li{
	margin:15px 0px;
	border-left:1px solid #ccc !important;
	font-size:1em !important;
}

.book{
	min-height:150px;
	vertical-align:middle;
}

.book img{
	vertical-align:middle;
}



/* ENQUATE */

.enquate{
-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.enquate td{
	line-height:1.5;
}

#main2 .enquate a{
	color: #333333 !important;
}

#main2 .enquate a:hover {
	color: #333333 !important;
	text-decoration:none;	
}
