/* font include */
/* IE */
@font-face {
font-family: Tw_Cen;
src: url(font/Tw_Cen_MT_R.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family: Tw_Cen;
src: url(font/Tw_Cen_MT_R.ttf) format("truetype");
}

/* default */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
img { -ms-interpolation-mode: bicubic; }
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

html{
	height:100%;
	font-size: 14px;
	margin: 0px auto;
	min-width:980px;
}

body{
	height:100%;
	font-size: 15px;
	margin: 0px auto;
	-webkit-text-size-adjust: none;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac
* html .clearfix { height: 1%; }
.clearfix { display: block; }
End hide from IE-mac */

div.clear {
	clear:both;
	visibility:hidden;
	height:0;
	width:0;
	border:none;
}

a:link {
	color:#000033;
}
a:visited {
	color:#000033;
}
a:hover {
	color:#000033;
}
a:active {
	color:#000033;
}

textarea {
	font-size:12px;
}

.longtext{
	height:300px;	
}

.center{
	text-align:center;
	margin-top:5px;
}

/* drop shadow */
.drop-shadow {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
 
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.drop-shadow:after{
}

/* コンテンツ--------------------------------------------------------------------------------------------------------------*/

/* font */
p {
	margin-top:10px;
}

/* list */
ul{
	list-style:none;
}

li{
	font-size:100%;
}

/* plus */
em {
	font-weight: bold;
}
strong{
	font-weight: bold;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* form */

input {
	margin-top: 0.1em;
}
.textbox input {
	width:500px;
}
#button {
	margin-top: 0.1em;
	width: 40px;
	height: 18px;
}

#birth {
	width: 65px;
}
#month , #day {
	width: 50px;
}
#lname , #fname {
	width: 66px;
}

#file {
	margin-top: 0.1em;
	width: 172px;
	height: 18px;
}

#select {
	margin-top: 0.1em;
	border: solid 1px #507EA1;
	width: 173px;
}

#mydiv {
	display: none;
	overflow: hidden;
	height: 100px;
	background-color: black;
	color: white;
}

blockquote {
	padding-left: 0.8em;
	margin: 1em;
	border-left: 2px dashed #EAEAED;
}
cite,q {
	text-decoration: underline;
}

pre {
	padding: 0.3em;
	border: solid 1px #DADADC;
	font-size: 92%;
	font-family: monospace;
}

b { font-weight: bold; color:#FF6600;}
i { font-style: italic; }
big { font-size: 1.2em; color:#575757;}
small { font-size: 50%; }
tt { font-family: monospace; }

/* font-size */
h1,h2,h3,h4,h5,h6,h7{font-size:12px; font-weight:normal;}