/* CSS Document */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
color : #333333;
background : #FFFFFF;
margin : 0px;
padding : 0px;
background-image : url(../../images/corp_bg.gif);
background-repeat : repeat-y;
}
a:link		{ color: #333333;		text-decoration: none; }

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

a:hover		{ color: #999999;		text-decoration: none; }

a:active	{ color: #999999;		text-decoration: none; }

.text-m  { font-size: 12px; line-height: 18px; }

.text-s  { font-size : 12px; line-height: 15px; }

.layout {
margin : 0px;
padding : 0px;
}

.contents {
width : 760px;
margin : 0px;
padding : 0px;
}

.main {
/*clear : both;*/
margin : 0px;
padding : 0px 0px 0px 0px;
background : 
 url(../../images/corp_main_bg.gif) repeat-y ;

}

input{
}

input:focus{
background-color : #E3E3E3;
}

.backoff {
background-color : transparent;
}

ul{
list-style-type: none;
}
div.clear{
clear:both;
}

.top{
width:550px;
padding:0px 0px 0px 0px;
margin:40px 0px 0px 0px;
text-align:right;
font-size:12px;
line-height:15px;
}

.top-l{

padding:0px 0px 0px 0px;
margin:40px 0px 0px 0px;
text-align:left;
font-size:12px;
line-height:15px;
}

div.top img{
vertical-align:middle;
}

