@charset "utf-8";
/*
***********************************************
    "miyakokeiiteam.com" CSS Document
     http://www.miyakokeiiteam.com/
  copyright(C):kaorhythm All right reserved.
***********************************************
*/

/*
==========================================
 1. SetUp
==========================================
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, arial, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6;
	color: #443311;
	background: #fff;
	padding: 60px 0 0 0;
}
* html body{  
	overflow: hidden;  
}  

img {
	border: none;
}
br{
   letter-spacing: normal;
}

/*
==========================================
 2. Link Style
==========================================
*/

a			{color: #443311; text-decoration: underline;}
a:visited	{color: #443311; text-decoration: underline;}
a:hover		{color: #443311; text-decoration: underline;}

/*
==========================================
 3. Layout
==========================================
*/

#main {
	text-align: center;  /* Box Centering for IE */
	margin: 0 10px;
} 
#main_in {
	margin: 0 auto;
	text-align: left;
	width: 760px;
}

/*
==========================================
 header
==========================================
*/
#header {  
	position: fixed !important;  
	position: absolute;  
	top: 0;
	left: auto;
	width: 100%;  
	height: 90px;
	background: url(images/himawari_header.png) no-repeat left top; 
} 
* html #header {
	background: url(images/himawari_header.gif) no-repeat left top;  
} 


/*
==========================================
 contents
==========================================
*/
#contents {
	padding: 0 44px;
}
h1 {
	width: 670px;
	height: 0;
	padding: 70px 0 0 0;
	overflow: hidden;
	background: url(images/himawari_title.gif) no-repeat left top;  
}
p {
	margin: 0 5px 0 5px;	
}
p.last {
	margin-bottom: -30px;	
}
p a {
	font-weight: bold;
}
p a.link {
	font-weight: normal;
}
p.pagelink {
	text-align: center;	
	margin: 20px 0 -20px 0;
}
ul {
	list-style-position: inside;
	margin: 15px 0 15px 20px;
	padding: 0;
}
li {
	padding: 0;
}

h2,h3 {
	margin-top: 68px;
}
h4 {
	margin: 20px 0 10px 5px;
	background-color: #dcb;
	padding: 0 0 0 10px;
}
h4 span {
	font-weight: normal;
	font-size: 12px;
	margin-left: 5px;
}
a.btn_msg {
	display: block;
	width: 385px; height: 0;
	padding: 44px 0 0 0;
	margin: 0 0 20px;
	background: url(./images/btn_msg.png) no-repeat left top;
	overflow: hidden;
}
a.btn_msg:hover {
	background-position: left -44px;
}
#footer {
	margin: 40px 0 0 0;
	border-top: 1px solid #dcb;
	padding: 10px 0;
	text-align: center;
}
