@charset "UTF-8";

/*:::::::::::::::::::::::::::::::::
 * Style Name: general.css
 * Create Date: 2012.10.09
 * Copyright : 2012 BRANBERY HEAG!! 
 * License : MIT License.
:::::::::::::::::::::::::::::::::*/













/*Reset
------------------------------------*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border:none;
border-spacing:0;
}

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

address,caption,cite,code,dfn,em,b,u,s,i,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }

hr {}

a img, :link img, :visited img { border:none; }

address {
font-style:normal;
display:inline;
}


/*elements
------------------------------------*/
body {
min-width: 1228px;
font-family: century, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, sans-serif;
color: #000;
font-size: 12px;
line-height: 1.5em;
text-align: center;
overflow-x: hidden;
}

a {
color: #8cb83a;
text-decoration: none;
}
a:link {}

a:hover {
text-decoration: underline;
}

a:focus {}
a:active {}
a:visited {}

h1 {
font-size: 90%;
font-weight: normal;
}

h2 {
font-size: 100%;
}

h3 {}

h4 {}

p {}
strong {font-weight:normal;}
em {font-style:italic;}

blockquote {
margin:0 20px 10px 20px;
line-height:1.8em;
font-style:italic;
}

sup {}
sub {}
