@charset "UTF-8" ;


/*-------------------------------------------------------
LOCATION: http://www.osma.co.jp/css/common.css
DATE: 2009-06
--------------------------------------------------------*/

/* @group reset elements */

h1, h2, h3, h4, h5, h6 {
	position: static;
	margin: 0;
	padding: 0;
}

div, hr, blockquote, address, noscript {
	position: static;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, ol, dl, dt, dd {
	position: static;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

pre, form {
	position: static;
	margin: 0;
	padding: 0;
}

p, span, img {
	position: static;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
}

em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	position: static;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
}

hr {
	margin: 0;
	padding: 0;
	display: none;
	clear: both;
}

/* @end */


body {
	margin: 0;
	padding: 0;
	color: #fffdfc;
	background: #504e4d;
	font-family: Arial;
}

#container {
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	width: 800px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}


#header {
	position: relative;
	height: 216px;
	background: #002064 url(/img/header_bg.jpg) no-repeat top;
}
#header h1 {
	position: absolute;
	left: 41px;
	bottom: 49px;
}

#header ul {
	position: absolute;
	height: 28px;
	left: 15px;
	bottom: 0;
}
#header ul li {
	float: left;
	width: 109px;
	height: 28px;
}
#header ul li a {
	display: block;
	height: 28px;
}

#contentsWrap {
	margin-top: 10px;
	background: transparent url(/img/sideline_bg.gif) repeat-y left;
}

#sideCol {
	float: left;
	text-align: right;
	margin-right: 10px;
	padding-top: 20px;
	width: 155px;
	background: url(/img/sidetop_bg.gif) no-repeat top;
}
#sideColInner {
	margin-right: 10px;
	font-size: 75%;
}
#contentsCol {
	float: left;
	text-align: left;
	margin-right: 8px;
	padding-right: 10px;
	width: 455px;
	font-size: 88%;
}
#rightCol {
	float: left;
	position: relative;
	width: 155px;
/*	height: 100%;*/
	font-size: 80%;
	line-height: 1.2;
}
#footer {
	clear: left;
	width: 100%;
}
#footerInner {
	text-align: center;
	margin-left: 160px;
	width: 460px;
	padding: 1em 0;
}

*html #footerInner { margin-left: -15px; } /* IE6 */
*+html body #footerInner { margin-left: -15px; } /* IE7 */


/* @group リンク */

a,
a:visited,
a:hover {
	color: #ef8440;
}

/* @end */




/* @group rightCol */
#rightCol #right-osmamobile {
	margin-top: 0.5em;
}
#rightCol #right-osmamobile dt {
	margin-bottom: 5px;
	line-height: 1.4;
}
#rightCol #right-osmamobile dd {
	text-align: left;
	color: #ededed;
	line-height: 1.3;
}
#rightCol #right-team6 {
	margin: 2em 0 20em;
}
#rightCol #right-contact {
	text-align: left;
	padding-top: 25px;
	background: transparent url(/img/img_telephone.gif) no-repeat top left;
}

/* @end */


/* @group footer */

#footermenu {
	text-align: right;
	padding-top: 0.5em;
	color: #00ff30;
	font-size: 85%;
	font-weight: bold;
	border-top: 1px solid #666;
}
#footermenu a,
#footermenu a:visited,
#footermenu a:hover {

	text-decoration: none;
}

#copyright {
	margin-top: 3em;
	font-family: Arial;
	font-size: 80%;
	color: #ddd;
}


/* @end */

#getplugin {
	margin: 8em 0.2em 0 0.5em;
	padding: 3px;
	text-align: left;
	line-height: 1.3;
	color: #333;
	background: #fff;
}

#pagetop {
	text-align: right;
	margin: 8em 0 0.8em;
	color: #fcff38;
	font-weight: bold;
}
#pagetop a,
#pagetop a:visited,
#pagetop a:hover {
	color: #fcff38;
	text-decoration: none;
}

strong,em {
	font-weight: bold;
}
.note {
	font-size: 105%;
	font-weight: bold;
}

.pdficon {
	padding-left: 19px;
	background: url(/img/icon_pdf.gif) no-repeat 0 0.18em;
}
.xlsicon {
	padding-left: 19px;
	background: url(/img/icon_xls.gif) no-repeat 0 0.18em;
}

