/*************************************************
Name:common.css
Description:全体スタイル
**************************************************/
/* インポートスタイルシート */
@import url('header.css');
@import url('footer.css');
@import url('reset.css');
@import url('work.css');
@import url('form.css');
@import url('profile.css');
@import url('user.css');
@import url('my_page.css');
@import url('top.css');
@import url('help.css');


/***要素***/

* {
	margin: 0px 0px 0px 0px 0px;
	padding: 0;
	font-size:100%;
}
table,th,td,img{
	border:none;
}
body{
	background-color:#F3F3F3;
	margin:0px;
}

body{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,sans-serif;
	font-size:78%;
	line-height:1.6em;
	color:#000000;
}
body.white{
	background-color:#FFFFFF;
}
#container{
	min-width: 760px;
	max-width: 800px;
	background-color:#FFFFFF;
	margin:0 auto;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
@media print { 
input{display:none;} 
} 
/* forIE5.x/6.x */
* html #container{
    /* Javascript利用不可の場合 */
    width: 800px;
    /* min-widthとmax-widthの代換処置 */
	width: expression((document.documentElement && document.documentElement.clientHeight) ? ((document.documentElement.clientWidth < 770) ? "770px" : ((document.documentElement.clientWidth > 800) ? "800px" : "auto" )) : ((document.body.clientWidth < 760) ? "760px" : ((document.body.clientWidth > 800) ? "800px" : "auto" )));
}

p{
	margin: 0 0 1em 0;
}
a:link{
color:#1B6CCD;
}
a:visited{
color:#006666;
}
a:hover{
color:#0099FF;
text-decoration: none;
}
a:link.gray{
color:#999999;
}
span.highlight{
background-color:#FFFFCC;
}
strong{
background-color:#FFFF00;
font-weight:bold;
}
/****メイン設定****/
#contents{
margin:0px 0px 35px;
}

#menu{
}

#left_menu{
vertical-align :top;
width:174px;
height:100%;
margin:0 0 30px;
}

#left_menu{
vertical-align :top;
width:174px;
height:100%;
margin:0 0 30px;
}

#main_menu{
margin:20px 0 0 185px;
}

#left_main_menu{
margin-bottom:20px;
margin-right:215px;

}
#right_menu{
vertical-align :top;
width:174px;
height:100%;
margin:0 0 30px;
}

#contents_middle{
padding:10px 30px 30px 30px;
}

#contents_title_bg_01 {
	background-image:url("/images/contents_title_bg.gif");
	background-repeat:repeat-x;
	width:auto;
	height:50px;
	margin-bottom:15px;
}

#contents_title_bg_01 h2 {
	background-image:url("/images/contents_title_01.gif");
	background-repeat:no-repeat;
	height:24px;
	margin:0;
	padding:15px 0 0 50px;
	font-size:12px;
	color:#ffffff;
}
#mag_title_01 {
	background-image:url("/images/mag_title_bg_01.gif");
	background-repeat:no-repeat;
	width:auto;
	padding:0 0 0 22px;
	height:24px;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	line-height:24px;
	margin-top:15px;
	margin-bottom:15px;
}

