/********** ページ全体の指定 **********/
body {
	background-color : #FFF;
	margin : 0;
	padding : 0;
}



/********** ヘッダー部分の指定 **********/
/**** id="header"の指定 ****/
#header {
	margin : 0;
	padding : 0;
	width : 750px;
	height : 60px;
	background-color : #FFF;
}

/**** id="leftheader"の指定 ****/
#leftheader	{
	width : 600px;
	height : 60px;
	float : left;
}


/**** id="SW"の指定 ****/
#SW {
	margin : 0;
	width : 595px;
	height : 43px;
	border-bottom : dashed 1px #999;
}

#SW h2 {
	margin : 0;
	padding : 0;
	float : left;
}

#SW p {
	margin : 0;
	padding : 25px 1px 0 0;
	text-align : right;
	font-size : 13px;
}

#SW img {
	padding : 0;
	border : none;
}
/**** mod Ohuchi 20070607 ****/
/**** id="ttlogo"の指定 ****/
#ttlogo{
	position:absolute;

}
/**** /mod Ohuchi 20070607 ****/

/**** id="rikunavi"の指定 ****/
#rikunavi {
	padding : 0;
	margin : 30px 0 0 6px;
	float : left;
}

#rikunavi img{
	border : none;
}



/********** テキストの指定 **********/
/**** h1の指定 ****/
h1 {
	height : 17 ;
	margin : 2px 0 0 2px;
	font-size : 11px;
	color : #333;
	font-weight : normal;
	line-height : 1;
	vertical-align : top;
	float : left;
/**** mod Ohuchi 20070607 ****/
	position: relative;
/**** /mod Ohuchi 20070607 ****/
	top: 46px;
	left: auto;
}


/**** class定義 ****/
/*フォントサイズ＆行間調節用*/

.captiontxt {
	font-size : 11px;
	line-height : 14px;
	font-weight : normal;
}

.normaltxt {
	font-size : 13px;
	line-height : 17px;
	font-weight : normal;
}

.boldtxt {
	font-size : 13px;
	line-height : 17px;
	font-weight : bold;
}

.largetxt14 {
	font-size : 14px;
	line-height : 17px;
}

/*行間調節用*/
.s115 { 
	line-height : 115%;
}

.s120 { 
	line-height : 120%;
}

.s130 { 
	line-height : 130%;
}

.s150 { 
	line-height : 150%;
}


/*文字背景強調用*/
.marking { 
	background-color : #FFDEDC;
}


/*テーブルの枠線（乱用禁止）*/
.border_r { 
	border-right:1px solid #DCD19E;
}

.border_rw { 
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

.border_lw { 
	border-bottom:1px solid #ffffff;
}

/**** マウスオーバーで色が変わるテキストリンク ****/
a.onmouse
   {
   	font-size : 12px;
	line-height : 16px;
   }

a:hover.onmouse
   {
    color:#D93800;               /* マウスが上に来た時の文字色設定 */
   }
