/*----------------------------------------------------
	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,em,strong,th,var {
font-style: normal;}

table {
border-collapse: collapse;
border-spacing: 0;}

caption,th {
	text-align: left;}

object,
embed {
	vertical-align: top;}

hr,legend {
	display: none;}

img,abbr,acronym,fieldset {
	border: 0;}

li {
	list-style-type: none;}

textarea {
	font-size: 100%;}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

select,textarea,input{color: #2C2016;}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #2C2016;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}


#container{font-size:75% !important; line-height:1.4;}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link ,
a:visited ,
a:active{
	text-decoration: none;
	color: #121284;
	text-decoration:underline;
}

a:hover {
	text-decoration: underline;
}

