@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.80em;
	line-height: 1.5;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

li { list-style-type: none; }

p { margin-bottom: 5px; }

.clear { clear: both; }

.backtop {
	text-align: right;
	margin: 10px 0;
}

/* image */

img { border: 0; }

/* font */

.bold { font-weight: bold; }
.big { font-size: 120%; }
.centering { text-align: center; }

/* layout */

#container,
#header,
#footer {
	width: 780px;
	margin: 0 auto;
}

.wt #alpha {
	background: url(../images/index-bg.jpg) no-repeat;
	width: 525px;
	min-height: 400px;
	float: left;
}

.wt #beta {
	width: 255px;
	float: right;
	padding-top: 10px;
}

.tw #alpha {
	width: 180px;
	min-height: 400px;
	float: left;
}

.tw #beta {
	width: 600px;
	float: right;
	padding-top: 10px;
}
.tw #alpha,
.tw #beta { margin-bottom: 10px; }

#footer {
	text-align: center;
	border-top: 1px solid #EEE;
	margin-top: 10px;
	padding: 10px;
}

/* header */

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 780px;
	height: 170px;
}
#header span { visibility: hidden; }
#header a { text-decoration: none; }
#header a.logo {
	width: 300px;
	height: 90px;
	display: block;
	float: left;
}
#header a.add-link {
	width: 160px;
	height: 70px;
	display: block;
	float: right;
}

/* menu */

.menu { font-size: 12px; }
.menu a {
	background: #F60;
	width: 130px;
	padding: 2px 10px;
	display: block;
	text-decoration: none;
	color: #FFF;
}
.menu a:hover { background: #390; }
ul.menu { margin: 10px 0 0 10px; }
.menu li { margin-bottom: 6px; }
.menu a.blog { background: #52ABE0; }
.menu a:hover.blog { background: #6C5; }

/* topics */

object, iframe {
	width: 230px;
	height: 250px;
	margin: 5px 0 0 5px;
}
object { overflow: auto; }

#topics { padding: 5px 10px; }
#topics p.days span {
	color: #C8EDC2;
	margin-right: 5px;
}
#topics p.txt {
	padding-left: 16px;
	margin-bottom: 5px;
}
/* topics newwindow*/
.column2{
	width:600px;
}
.column2 .left{
	width:284px;
	float:left;
}
.column2 .right{
	width:300px;
	float:right;
}
.color01{
	color:#7BB44C;
}
/* contents */

#sub-index {
	width: 525px;
}
#sub-index h4 {
	background: url(../images/sub.gif) no-repeat;
	width: 525px;
	height: 22px;
	color: #FFF;
	margin-bottom: 5px;
	padding: 20px 0 0 7px;
}
#sub-index p { margin-bottom: 10px; }

.midashi-01 {
	color: #393;
	border-bottom: 1px dotted #7D7;
	margin-bottom: 6px;
}

.tips p {
	padding: 10px;
	left: 5px;
	font-size: 14px;
	background-color: white;
	border: 2px solid #C5E040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	width: 265px;
	float: left;
}
.tips p.end { margin-left: 10px; }

/* greeting */

.f-left {
	width: 440px;
	float: left;
}
.f-right {
	width: 140px;
	float: right;
}
.f-right img { margin-bottom: 5px; }

.greet-box {
	background: #9C0;
	padding: 10px;
	color: #FFF;
}

/* mechanism */

.mechanism td { vertical-align: top; }

.mechanism h4 {
	background: #9c0;
	color:#FFF;
	margin-bottom: 4px;
	padding: 5px 10px;
}

.mechanism img { margin-bottom: 5px; }


/* model */

.model-box1 {
	background: #9C0;
	padding: 10px;
}
.model-box1 p,
.model-box1 ul {
	background: #FFF;
	padding: 5px 10px;
}
.model-box1 li {
	list-style-type: disc;
	margin-left: 20px;
}

.model-box2 {
	border: 1px solid #CCC;
	padding: 10px;
	width: 400px;
	margin: 0 auto;
}
.model-box2 img { margin: 0 10px; }
.model-box2 p { margin: 0; }

.model-table h4 {
	background: #9c0;
	color:#FFF;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 5px 10px;
}
.model-rendering li {
	list-style-type: disc;
	margin-left: 16px;
}
div.mov {
	width: 500px;
	margin: 20px auto 0 auto;
}
.mov object {
	width: 500px;
	height: 378px;
}
