@charset "UTF-8";


/* ****************************************************
Title: default.css
Created: 2009/10/13
Last Modified: 2009/10/13
***************************************************** */

/* TABLE OF CONTENTS
-----------------------------------------------
    0 : Reset
    1 : Base
    2 : Link
/*  

/*----------------------------------------------------
	0 : Reset
----------------------------------------------------*/

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,img {
	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%;
	font-weight: normal;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img  {
	vertical-align: top;
}

div{
    zoom:1;/*for IE 5.5-7*/
}

div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/*----------------------------------------------------
	1 : Base
----------------------------------------------------*/

body {
	background-color: #CCC;
	color: #000;
	font-size:12px;
	font-family:  'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック';
	line-height: 1.3em;
	letter-spacing: 1px;
}

* + html body, * html body {
	font-size: 80%; /* for WinIE */
	font-family:'メイリオ', "MS P ゴシック";
}

#container {
	width: 1500px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	background-image: url(../img/header_sky.jpg);
	background-repeat: no-repeat;
}


p {
	line-height: 1.7em;
	text-align:justify;
	text-justify:inter-ideograph;
	line-break: strict;
}

/*----------------------------------------------------
	2 : Link
----------------------------------------------------*/

a:link,
a:visited,
a:hover {
	color: #1A6BB9;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

/* close link */

#close a:link {
	text-decoration: none;
}
