/*------------------------------------------------------------
全頁共通 
-------------------------------------------------------------*/
body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅",monospace ;
	text-align : left;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	background-color:#FFFFFF;
	color : #000000;
	background-image:url(../images/bg.gif);
	margin: 0px;
	background-repeat: repeat-y;
	background-position: left;
}

/* Menu */
ul#menu {
	list-style: none;
	display: inline;
	margin: 0 0 15px 0;
	padding: 0;
}
ul#menu li a {
	display: block
}
ul#menu li#top a {
	width: 130px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll 0px 0px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#top {
	width: 130px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll 0px -37px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#top a:hover {
	background: url(/images/menu.gif) no-repeat scroll 0px -37px;
}
ul#menu li#company {
	width: 100px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -130px -37px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#company a {
	width: 100px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -130px 0px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#company a:hover {
	background: url(/images/menu.gif) no-repeat scroll -130px -37px;
}
ul#menu li#ad {
	width: 125px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -230px -37px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#ad a {
	width: 125px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -230px 0px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#ad a:hover {
	background: url(/images/menu.gif) no-repeat scroll -230px -37px;
}

ul#menu li#recruit {
	width: 100px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -355px -37px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#recruit a {
	width: 100px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -355px 0px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#recruit a:hover {
	background: url(/images/menu.gif) no-repeat scroll -355px -37px;
}

ul#menu li#contact {
	width: 124px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -455px -37px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#contact a {
	width: 124px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -455px 0px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#contact a:hover {
	background: url(/images/menu.gif) no-repeat scroll -455px -37px;
}

ul#menu li#privacy {
	width: 186px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -579px -37px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#privacy a {
	width: 186px;
	height: 38px;
	background: url(/images/menu.gif) no-repeat scroll -579px 0px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#privacy a:hover {
	background: url(/images/menu.gif) no-repeat scroll -579px -37px;
}
/* Menu ここまで */

div#container {
	width : 765px;       /* コンテンツ幅を765pxに設定 */
	margin-top : 0px;  /* マージン0px */
	margin-left : 0px;  /* マージン0px */
	text-align : left;   /* body要素で指定したセンタリングを戻す */
	background-color:#FFFFFF;
}
div#branding {
	height: 229px;
	width : 765px;
	background-color:#FFFFFF;
	background-image:url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
div#header-left {
	float : left;
	width : 465px;
	height: 63px;
}
div#header-right {
	float : right;
	width : 230px;
	padding-top: 1px;
	padding-right: 10px;
	text-align : right;
	font-size : 8px;
	color: #ffffff;
	height: 63px;
}
div#clear {
	clear : both; 
}
div#top-menu {
	padding-right: 15px;
	text-align : right;
	clear : both;        /* 全ての回り込みの解除 */
}

div#primary-column {
	float : left;
	width : 480px;
	margin-top: 7px;
}
div#secondary-column {
	float : right;
	width : 250px;
	margin-top: 25px;
}
div#siteinfo-legal {
	clear : both;        /* 全ての回り込みの解除 */
	text-align : center;
	font-size: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
a:link   {color : #0000CC;text-decoration : none;}
a:visited{color : #000099;text-decoration : none;}
a:active {color : #663366;text-decoration : none;}
a:hover  {color : #FF6600;text-decoration : underline;}

a.name-anchor:link {color : #000000;text-decoration : none;}
a.name-anchor:visited {color : #000000;text-decoration : none;}
a.name-anchor:active {color : #000000;text-decoration : none;}
a.name-anchor:hover {color : #000000;text-decoration : underline;}

.f10 {font-size : 10px;}
.f12 {font-size : 12px;}
#copy {
	padding-left: 15px;
	padding-bottom: 20px;
	font-size : 10px;
	border-top: 1px dotted #cccccc;
	text-align : left;
	margin-top: 0px;	
}

/*------------------------------------------------------------
INDEX
-------------------------------------------------------------*/
#new {
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 0px;
	line-height: 1.5em;
}
h1#logo {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 12px;
	padding-top: 12px;
	float : left;
}
div#sitemap {
	padding: 3px;
	text-align : right;
	font-size: 12px;
}
.new01 {
	border-left: 2px solid #DF4515;
	border-bottom: 1px dotted #696969;
	padding-top: 10px;
	padding-left: 5px;
	width : 450px;
}
.new02 {
	border-left: 2px solid #5F5851;
	padding-left: 8px;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.3em;
	width : 450px;
}
.new-mark {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.new-ad01 {
	border-left: 1px solid #0669b2;
	border-top: 1px solid #0669b2;
	border-right: 1px solid #0669b2;
	border-bottom: 1px dotted #696969;
	padding-top: 5px;
	padding-left: 5px;
	width : 450px;
}
.new-ad02 {
	border-left: 1px solid #0669b2;
	border-bottom: 1px solid #0669b2;
	border-right: 1px solid #0669b2;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
	width : 450px;
}
.media {
	color: #CC0000;
	font-size: 14px;
	font-wight: bold;
}
.document-title {
	margin-left: 15px;
}
ul.paid {
	margin: 0 0 0 25px;
	padding: 0;
}
ul.paid li {
	list-style: none;
	margin:0;
	padding: 0;
}
.new-adline {
	border-top: 1px dashed #938465;
	margin: 5px 5px 5px 0;
	padding-top: 5px;
}
.new-date {
	color: #696969;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.blog01 {
	border-left: 2px dotted #666633;
	border-bottom: 1px dotted #696969;
	padding-top: 10px;
	padding-left: 5px;
	width : 450px;
}
.blog02 {
	border-left: 2px dotted #666633;
	padding: 5px 0 8px 3px;
	font-size: 12px;
	line-height: 1.3em;
	width : 450px;
}

div#jigyo {
	padding-top: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-right: 20px;
	line-height: 1.5em;
}
div#jigyo2 {
	padding-left: 10px;
	margin: 0px;
	padding-right: 20px;
	line-height: 1.5em;
}
div#jigyo-left {
	float : left;
	width : 105px;
	font-size: 10px;
	text-align : center;
}
div#jigyo-right {
	float : right;
	width : 105px;
	font-size: 10px;
	text-align : center;
}
div#jigyo-left2 {
	float : left;
	width : 105px;
	font-size: 10px;
	text-align : center;
	padding-top: 15px;
}
div#jigyo-right2 {
	float : right;
	width : 105px;
	font-size: 10px;
	text-align : center;
	padding-top: 15px;
}
DL {
	padding-left: 15px;
	margin: 0px;
}
.pad-left {
	margin-left: 290px;
}
.form-top {
	width : 230px;
	margin: 0px;
	padding: 0px;
}
div#leafinfo-legal {
	clear : both;
	text-align : center;
	font-size: 12px;
	color: #DF0024;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 20px;
}
