@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         Your Name (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	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 {
	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: '';
}


hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

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

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

div:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
} 

div {   

}  



/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: #aaaaaa url(../img/bg_body.gif) repeat-x;
	color: #333333;
	font-size: 80%;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	line-height: 1.5em;
	text-align: center;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

#wrapper {
    width:950px;
	background:#ffffff;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:auto;
	text-align:center;
	}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: underline;
	color: #336699;
}

a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	background: #FF6600;
	color:#FFFFFF;
	overflow:hidden;
}

a:active {
	text-decoration: underline;
	overflow:hidden;
}
