@charset "UTF-8";
/* CSS Document */
/*//////////////////////////////////////////////////

Title : index.css
For   : Resetting styles
        (Format browser's default styles and setting HTML elements styles)

Created       : 2008-08-18
Last Modified : 2008-08-18

Copyright (C) KAYAC Co,. Ltd. All right reserved.

----------------------------------------

Content

    0. Yahoo UI Library:
         Reset CSS, Fonts CSS
    1. HTML, Body, Anchor
    2. Heading, Paragraph
    3. List
    4. Table
    5. Forms
    6. Quotation
    7. Others
    8. For IE7 Page Zoom

//////////////////////////////////////////////////*/


/* ---------------------------------------(=0)
    0. Yahoo UI Library:
       Reset CSS, Fonts CSS
   ---------------------------------------- */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/* ---------------------------------------(=1)
    1. HTML, Body, Anchor
   ---------------------------------------- */
html {}

body {
    margin: 0;
    padding: 0;
    background: #ffffff url(/images/common/bcg_body.jpg) no-repeat center top;
    color: #000000;
    font-family:
        "ヒラギノ角ゴ Pro W3",
        "ＭＳ Ｐゴシック",
        sans-serif;
    line-height: 1.5;
}

*+html body {
    font-family:
        "ＭＳ Ｐゴシック",
        "ヒラギノ角ゴ Pro W3",
        sans-serif;
}

* html body {
    font-family:
        "ＭＳ Ｐゴシック",
        "ヒラギノ角ゴ Pro W3",
        sans-serif;
}


a:link,
a:visited { color: #000000; text-decoration: underline; }
a:hover,
a:active  { color: #666666; text-decoration: underline; }


/* NOTE!
:hoverにbackgroundを指定すると親要素が拡張するバグ（IE6以下）
http://cssbug.at.infoseek.co.jp/detail/winie/b102.html
*/


/* ---------------------------------------(=2)
    2. Heading, Paragraph
   ---------------------------------------- */
/*
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
*/

/*
p {
    margin: 1em 0;
    padding: 0;
}
*/


/* ---------------------------------------(=3)
    3. List
   ---------------------------------------- */
/*
ul, ol, dl {
    clear: both;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
*/

/*
li, dd {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
*/

/*
dt {
    clear: both;
    font-weight: bold;
}
*/


/* ---------------------------------------(=4)
    4. Table
   ---------------------------------------- */
/*
table {
    clear: both;
    width: 100%;
    overflow: auto;
    margin: 1em 0;
    empty-cells: show;
    }

caption {}
thead {}
tfoot {}

tbody {}

colgroup {}
col {}

th {
    vertical-align: top;
    }

td {
    vertical-align: top;
    }

thead th {}
tbody th {}
tfoot th {}
*/

/* ---------------------------------------(=5)
    5. Forms
   ---------------------------------------- */
/*
form {}
fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 0;
    }
*/

legend { display: none; }

/*
input, textarea, select { font-size: 99%; }
textarea { font-family: "ＭＳ ゴシック", monospace; }
*/

label { cursor: pointer; }

button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-family:
        "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",arial,helvetica,clean,sans-serif;
}

/*
optgroup {}
option {}
*/

/* ---------------------------------------(=6)
    6. Quotation
   ---------------------------------------- */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/*
blockquote {}
*/

/*
q    { border-bottom: 1px dotted #d90000; background: #ffeeee; }
cite { font-style: normal; }
*/

/* ---------------------------------------(=7)
    7. Others
   ---------------------------------------- */

/*  Inline-level elements
   ------------------------------- */
/*
address {}
*/

img { vertical-align: top; }

/*
object, iframe {}
*/

/*
em {}
*/

strong { font-weight: bold; }

/*
abbr, acronym {
    border-bottom: 1px dotted #fdfdfd;
}
*/

/*
dfn {}
code, samp, kbd { font-family: "ＭＳ ゴシック", monospace; }
var { font-style: italic; }

ins {}
del {}
param {}
sup {}
sub {}
*/

/*  Block-level elements
   ------------------------------- */
hr { display: none; }
pre { overflow: auto; font-family: "ＭＳ ゴシック", monospace; }


/* ---------------------------------------(=8)
    8. For IE7 Page Zoom
   ---------------------------------------- */
body,
br { letter-spacing: 0; }


/*---------------------------------------------------------*/

/*-----------------------------------------------*/

body#top { 
	text-align: center; 
	background: #EFEFEF;
}

div#wrapper { 
	margin:0 auto;
	text-align: left;
	width:986px;
	background: #EFEFEF;
	padding-bottom:15px;  
}

h1{
	padding-bottom:20px;
}

h2 {
	padding-bottom:20px;
	border-bottom:1px solid #999999;
}

a:link,
a:visited { color: #0085CF; text-decoration: underline; }
a:hover,
a:active  { color: #0085CF; text-decoration: none; }

/*-------- #header ---------*/

div#header {
	margin:0 auto;
	width:986px;
}


/*-------- #blockMain ---------*/

div#blockMain {
	margin:0 auto;
	overflow:auto;
	background:url(../img/top/bg_content.gif) repeat-y scroll;
	padding:20px;
}

div#blockMain div.cont {
	padding-top:20px;
}

/*-------- #aboutBox ---------*/
div#blockMain div#aboutBox {
	clear:both;
	
}

div#blockMain div#aboutBox p.txt {
	padding:20px;
	float:left;
	width:545px;
	font-size:120%;
}

div#blockMain div#aboutBox p.ipnBtn {
	float:right;
	padding-right:20px;
	width:331px;
}

/*-------- #ftBox ---------*/
div#ftBox {
	clear:both;
	padding-top:20px;
}

div#ftBox p.line {
	border-right:1px solid #CCCCCC;
	height:300px;
	float:left;
	display:inline;
	margin-top:150px;
}

div#ftBox p.lc{
	float:left;
	padding:20px 28px 0pt 28px;	
}

div#ftBox p.r {
	float:left;
	width:256px;
	padding:20px 0px 0 28px;
}

/*-------- #footer ---------*/
div#footer {
	clear:both;
	background:url(../img/bg_footer.gif) repeat;
	margin:0 auto;
	padding-top:30px;
	text-align:justify;
	font-size:90%;
	width:986px;
}

div#contF {
	margin:0 auto;
	width:950px;
}

div#footer dt {
	float:left;
	padding-left:17px;
}

div#footer dd ul {
	margin-left:140px;
}

div#footer dl{
	clear:both;
	overflow:hidden;
	width:950px;
}

div#footer li {
	display: inline;
	padding-right:15px;
}

div#footer a.fs{
	font-weight:bold;
}

address {
	color:#000000;
	padding-right:20px;
	text-align:right;
	font-size:90%;
	padding-top:10px;
}


/* ################################################################################
    [Clearfix] Clearfix CSS Hack
   ################################################################################ */


div#ftBox:after,
div#aboutBox:after,
.wrapper:after {content:".";display:block;clear:both;height:0;visibility:hidden;}

.div#ftBox,
.div#aboutBox,
.wrapper { display: inline-block;}

/* Hides from IE-mac \*/
* html div#ftBox,
* html div#aboutBox,
* html .wrapper {height:1%}

div#ftBox,
div#aboutBox,
.wrapper {display: block;}
/* End hide from IE-mac */
