@charset "utf-8";

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

* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 77%;
	color: #000;
	background: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	background: url(../img/bg.png) 50% 0 repeat;
	background-attachment: fixed;
}


body {
	/*background: url(../img/bg/bg-line.png) right 415px fixed repeat-x;*/
	overflow-x: hidden;
	border: solid 1px #fff;
}


area {
	outline: none;
}

p,li,dt,dd {
	line-height: 200%;
}

.tlp-input{
margin:0;
padding:0;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,button,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo";
	color: #000;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{*font-size:108%;line-height:100%;}


/* Reset Setting
--------------------------------------------------*/
* {  
    margin:0; 
    padding:0;
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
}
td {
	vertical-align:top;
}
fieldset,img {  
    border:0; 
} 
img {
	vertical-align: middle;
}
address, th, var { 
    font-style:normal; 
    font-weight:normal; 
} 
hr {
	display:none;
}
area,input {
	outline: none;
}

#opening {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	top: 0;
	background: url(../img/bg.png) 50% 0 repeat;
	background-color: #fff;
}
#btn_pagetop {
	position: fixed;
	right: 0;
	bottom: 119px;
	display: none;
}
/*--------------------------------------------------------------------
Link
--------------------------------------------------------------------*/

a,
a:link {
	color: #00d7d8;
	text-decoration: underline;
}

a:visited {
	color: #00d7d8;
	text-decoration: none;
}

a:hover,
a:active {
	color: #00d7d8;
	text-decoration: none;
}

a:focus {
	outline: none;
}

::-moz-selection {
	background: #999;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #999;
	color: #000;
	text-shadow: none;
}

/*--------------------------------------------------------------------
Common Class
--------------------------------------------------------------------*/

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}
.large {
	font-size: 110%;
	line-height: 180%;
}
.blue {
	color: #2ca5fd;
}

/*--------------------------------------------------------------------
clearfix
--------------------------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

* html #top {/*IE6*/
}

*:first-child + html #top {/*IE7*/
}
