﻿@charset "UTF-8";

/*=================================*/
/*  Tag  						   */
/*=================================*/
body {
	background: #FFFFFF url(../image/background.jpg) repeat-x;
}

p {
	line-height: 15px;
}


/*=================================*/
/*  ID  						   */
/*=================================*/
#main {
	margin: 20px 0 15px 0;
	width: 980px;
	text-align: center;
}


/*=================================*/
/*  CLASS  						   */
/*=================================*/


/* ------------------------------------------------------------------------------------------------------------ */

/*=================================*/
/*  #navi						   */
/*=================================*/
#globalNavi #naviSet li a {
	float: left;
	overflow: hidden;
	width: 136px;
	height: 0;
	padding-top: 38px;
	background: url(../image/globalNavi_Gray.png) no-repeat;
}

#globalNavi #search {
	clear: both;
	width: 164px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../image/globalNavi_Gray.png) no-repeat;
	background-position: -816px -114px;
}


/*=================================*/
/*  #main						   */
/*=================================*/



/*=================================*/
/*  #contents					   */
/*=================================*/
#contents #contents_top {
	height: 33px;
	line-height: 33px;
	font-size: 11px;
	overflow: hidden;
	background: url(../../cs3/image/contents/contents_top_bg.gif) no-repeat;
}

#contents #contents_top a.otakara_home {
	height: 0;
	padding-top: 34px;
	float: left;
	text-decoration: none;
	width: 35px;
	overflow: hidden;
}

#contents #contents_top span {
	margin-right: 10px;
	float: left;
}

#contents #contents_top span.os_name {
	font-weight: bold;
	color: #444444;
	margin-right: 5px;
}

#contents #contents_top span.sep {
	height: 0;
	overflow: hidden;
	padding-top: 34px;
	margin-right: 10px;
	float: left;
	width: 10px;
	background: url(../../cs3/image/contents/contents_top_sep.gif) no-repeat;
}

#contents #contents_main {
	height: auto;
	border-left: 1px #b4b4b4 solid;
	border-right: 1px #b4b4b4 solid;
	padding: 0.5em 2em 1em 2em;
}

#contents #contents_main img {
	margin: 16px 0 13px 0;
}

#contents #contents_main ul {
	margin-bottom: 0.5em;
	width: 930px;
	list-style-type: none;
}

#contents #contents_main ul.last {
	margin-bottom: 0;
}

#contents #contents_main ul li {
	font-size: 12px;
	margin-bottom: 1em;
	padding-left: 2em;
	background: transparent url(../image/list.gif) no-repeat 10px 4px;
}

#contents #contents_main a {
	color: #104F8B;
	font-weight: bold;
}

#contents #contents_main a:visited {
	color: #666666;
	text-decoration: underline;
}

#contents #contents_main a:hover {
	color: #104F8B;
	background-color: #D8F3FF;
	text-decoration: underline;
}

#contents #contents_main a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#contents #contents_bottom {
	height: 4px;
	background: url(../../cs3/image/contents/contents_bottom_bg.gif) no-repeat;
}

