/* CSS Document : "KIND−カインド−" commonn style */

/*  all
 wrapper
 head
 global Navi
 main
 entry
 sideNavi
 foot
 clear
*/


/* all ==================================================== */
* {
	margin:0px;
	padding:0px;
}

/* ----------------------- Browser Default Initialization */
html { overflow-y: scroll;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0;}
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal;}
table { border-collapse: collapse; border-spacing: 0;}
caption, th { text-align: left;}
q:before ,q:after { content: '';}
object, embed { vertical-align: top;}
hr, legend { display: none;}
h1, h2, h3, h4, h5, h6 { font-size: 100%;}
img, abbr, acronym, fieldset { border: 0;}
li { list-style-type: none;}

/* ----------------------- Basic Style */
body {
	width: 100%;
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #F2F2F2;
	line-height: 1.5;
	letter-spacing:1px;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
/* これ以降Mac IE 5のみに適用される \*//*/
body { letter-spacing: 0;}
/* これ以降Mac IE 5以外にも適用される */

* html body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a {outline:none}
a, a:link { color: #FF6600; text-decoration: underline;}
a:visited { color: #FF6600; text-decoration: underline;}
a:hover { color: #336600; text-decoration: none;}
a:active { color: #336600; text-decoration: none;}


/* wrapper ================================================ */
#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

/* head =================================================== */
#head {
	width: 800px;
	height: 139px;
	background-image: url(../img/common/head_topline.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#head #headArea {
	float: left;
}
/* これ以降Mac IE 5のみに適用される \*//*/
#head #headArea {
	width: 400px;
}
/* これ以降Mac IE 5以外にも適用される */
#head h1 {
	margin-top: 24px;
	margin-left: 15px;
}
#head #headNavi {
	margin-top: 4px;
	margin-left: 15px;
}
#head #headNavi ul {
}
#head #headNavi ul li {
	display: inline;
	margin-right: 20px;
}
#head #headContact {
	float: right;
	width: 216px;
	height: 100px;
	margin-top: 24px;
	margin-right: 15px;
}
#head  #headContact #headMail {
	float: left;
}
/* これ以降Mac IE 5のみに適用される \*//*/
#head #headContact {
	padding-top: 24px;
	padding-right: 15px;
}
/* これ以降Mac IE 5以外にも適用される */

/* global Navi =================================================== */

#globalNavi {
	width: 800px;
	height: 44px;
	background-image: url(../img/common/gnavi_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 30px;
}
#globalNavi ul {
	padding-top: 10px;
	padding-left: 15px;
}
#globalNavi ul li {
	display: inline;
	margin-right: 12px;
}

/* main =================================================== */

#main {
	clear: both;
	width: 800px;
}

/* entry =================================================== */
#entry {
	float: right;
	width: 565px;
	line-height: 2;
}
#entry a, a:link {
	color: #FF6600;
	text-decoration: underline;
}
#entry a:visited {
	color: #FF6600;
	text-decoration: underline;
}
#entry a:hover {
	color: #336600;
	text-decoration: none;
}
#entry a:active {
	color: #336600;
	text-decoration: none;
}
#entry h2 {
	clear: both;
	margin-bottom: 15px;
}
#entry #entryAppli {
	width: 305px;
	height: 139px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 84px;
	_margin-left: 110px;
}

/* sideNavi =================================================== */

#sideMenu {
	width: 215px;
	padding-left: 15px;
	float:left;
	/*float:left;*/	
}
#sideMenu ul {
}
#sideMenu ul li {
	width: 200px;
	margin-bottom: 15px;
	line-height: 1px;
	font-size: 1px;
}
#sideMenu ul li img{
	vertical-align: top; 
}
#sideMenu #go {
	margin-top: 65px;
}

/* foot =================================================== */

#foot {
	clear: both;
	width: 800px;
	height: 132px;
	border-top: #FFCC00 solid 2px;
	background-color:#99CC00;
	color: #000000;
	font-style: normal;
	line-height: normal;
	position:relative;
}
#foot #forTop {
	position:absolute;
	top: -32px;
	right: 24px;
	/*width: 80px;*/
}
#foot  #forTop a, a:link {
	color: #FF6600;
	text-decoration: underline;
}
#foot #forTop a:hover {
	color: #336600;
	text-decoration: none;
}
#foot cite {
	position:absolute;
	top: 62px;
	left:25px;
}
#foot #footNavi {
	float: right;
	margin-top: 16px;
	margin-right: 24px;
	_margin-right: 12px;
	line-height: 2;
}

/* これ以降Mac IE 5のみに適用される \*//*/
#foot #footNavi {
	width: 280px;
	padding-top: 16px;
}
/* これ以降Mac IE 5以外にも適用される */

#foot #footNavi #footNaviL {
	margin-right: 36px;
}

/* これ以降Mac IE 5のみに適用される \*//*/
#foot #footNaviL {
	width: 130px;
}
/* これ以降Mac IE 5以外にも適用される */

#foot #footNavi ul {
	float: left;
}
#foot #footNavi ul li {
	padding-left: 12px;
	background-image:url(../img/common/footnavi_list.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
*:first-child+html #foot #footNavi ul li {
	width: 100%; /* IE7用 */
}
#foot ul li a, a:link {
	color: #000000;
	text-decoration: underline;
}
#foot ul li a:hover {
	color: #000000;
	text-decoration: none;
}

/* clear ================================================== */
.clearA { clear: both;}
.clearR { clear: right;}
.clearL { clear: left;}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
