@charset "utf-8";

/*/////////////////////////////////////////

>>common.css

/////////////////////////////////////////*/

/*
-------------------------------------------
###########################################
主要要素の初期化
###########################################
-------------------------------------------
*/

body {font-size: small; line-height: 1.6; color: #444;}
fieldset { border: none; }
ol,ul,dl { list-style-position: inside; }
li {list-style-type:none;}
address,em { font-style: normal; }

/* font size
=========================================*/
h1,h2,h3,h4,h5,h6 { font-size: 110%;}
input,textarea { font-size: small;}
table,td,th{ font-size: small;}

/* link color
=========================================*/
/* Hides from IE-mac \*/
a { overflow: hidden;}
/* End hide from IE-mac */
a:link { color: #039; text-decoration: underline;}
a:visited { color: #039; text-decoration: underline;}
a:hover { color: #09F; text-decoration: none;}
a:active { color: #09F; text-decoration: none;}

/* common style
=========================================*/
hr {
border: none;
height: 1px;
background: #ddd;
color: #ddd; /* IE hack */
}

pre {
width: 95%;
margin: 10px 0;
padding: 5px;
font-size: 90%;
background: #f7f7f7;
border: 5px solid #ddd;
overflow: scroll;
/* \*//*/
overflow: visible;
/**/
}
