@charset "utf-8";
/*
***********************************************
    "miyakokeiiteam.com" CSS Document
     http://www.miyakokeiiteam.com/
  copyright(C):kaorhythm All right reserved.
***********************************************
*/

/*
==========================================
 1. SetUp
==========================================
*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	scrollbar-face-color:		#d0ccbf; 
	scrollbar-arrow-color:		#837c67;
	scrollbar-highlight-color:	#eee; 
	scrollbar-shadow-color:		#eee;
	scrollbar-3dlight-color:	#837c67; 
	scrollbar-darkshadow-color:	#837c67; 
}
body {
    font-size: 13px;	/* モダンブラウザ向け */
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, arial, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	color: #444;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0px;
}
a img {border-width: 0;}
br {letter-spacing: normal;}
label {cursor: pointer;}
p {margin-bottom: 14px;}

/* clearfix */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

/*
==========================================
 2. Link Style
==========================================
*/

a			{color: #e93; text-decoration: underline;}
a:visited	{color: #e93; text-decoration: underline;}
a:hover		{color: #fc3; text-decoration: underline;}

.txt10 {
	font-size: 10px;
	letter-spacing: 0.03px;
}
.alpha {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.grey {
	color: #999;
}

/*
==========================================
 3. Layout
==========================================
*/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.icon {
	vertical-align: middle;
	margin-right: 4px;
}

input.border {
	border: 1px solid #999;
}

/*
------------------------------------------
 3-1. base
------------------------------------------
*/

#main {
	text-align: center;  /* Box Centering for IE */
	margin: 0 5px;
} 
#main_in {
	margin: 14px auto 0 auto;
	text-align: left;
	width: 760px;
}

/*
------------------------------------------
 3-2. header
------------------------------------------
*/
#top {
	background: url(/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #333;
	line-height: 100%;
	padding: 7px 12px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: normal;
}
#title {
	width: 760px;
	height: 100px;
	background: url(/images/title.gif) no-repeat right top;
	text-align: left;
	padding: 0;
	overflow: hidden;
}
#title .logo{
	margin: 0;
	padding: 10px 0 15px 0;
	text-indent: -9999px;
}
#title #title_left {
	float: left;
	width: 300px;
}
#title #title_left a{
	display: block;
	width: 300px;
	height: 70px;
}
#title_right {
	width: 460px;
	float: right;
	text-align: right;
}

/*
------------------------------------------
 3-3. Search
------------------------------------------
*/
#search {
	width: 238px;
	height: 30px;
	margin: 5px 10px 0 207px;
	padding: 5px 5px 0 0;
	background-image: url(/images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	position: relative;
}
#search #search_box {
	width: 120px;
	padding: 0 0 0 2px;
	font-size: 12px;
	position: absolute;
	left: 30px; top: 5px;
}
/* Mac Safari Only */
html[xmlns*=""] body:last-child #title #title_right #search #search_box { width:126px; height:19px; }

#search #search_btn {
	width: 80px;
	height: 20px;
}

/*
------------------------------------------
 3-4. Footer
------------------------------------------
*/
#footer {
	height: 120px;
	margin-bottom: 14px;
	background: url(/images/footer_bg.gif) no-repeat center bottom;
	background-color: #fff;
	line-height: 100%;
	padding: 0px 12px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
}
#footer_navi {
	float: left;
	width: 360px;
	padding-top: 100px;
}
#footer_copyright {
	float: right;
	width: 370px;	
	padding-top: 100px;
	text-align: right;
}

#ft_navi {
	padding: 0;
	white-space: nowrap;
}
#ft_navi ul { 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}
#ft_navi li { 
	display: inline; 
	padding: 0; 
	margin: 0; 
	float: left;
}
#ft_navi a.ft {
	display: block;
	margin: 0 15px 0 0; 
	padding-left: 11px;
	background: url(/images/ic_arrow01.gif) no-repeat left 3px;
}
#ft_navi a:hover.ft {
	display: block;
	margin: 0 15px 0 0; 
	padding-left: 11px;
	background: url(/images/ic_arrow02.gif) no-repeat left middle 
}


/*
------------------------------------------
 3-5. Contents
------------------------------------------
*/
#contents {
	width: 738px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 5px 10px 10px 10px;	
	background-color: #fff;
}

#qrcode {
	margin: 5px 0 0 35px;
}


/*
------------------------------------------
 <p>タグ 下のマージン
------------------------------------------
*/
.m0 {
	margin-bottom: 0px;
}
.m5 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.m70 {
	margin-bottom: 70px;
}
.m80 {
	margin-bottom: 80px;
}
