@charset "utf-8";
/*** UT-Heart ***/


/* 全体的な設定 */

/* スクロールバーエリア表示 */
html {
	overflow-y:scroll;
}
body {
	margin:0px;
	background-color: #FFFFFF;
	color:#444444;
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;/* スマホ対応文字サイズなど */
}
/*IE7のみ適用*/  
*+html body {
	padding-left: 1px;
}
/*IE6以前のみ適用*/  
* html body {
	padding-left: 1px;
}
/* テキストリンク */
a:link {
	color:#008800;
	text-decoration:none;
}
a:visited {
	color:#006600;
	text-decoration:underline;
}
a:hover {
	color:#004488;
	text-decoration:underline;
}
a:active {
	color:#004488;
	text-decoration:underline;
}
/* 見出し指定 */

h1 {
	color:#005040;
	line-height: 120%;
	margin:5px 0 20px 0;
}
/* new!指定*/

.font_new {
	color:#ff0000;
	padding:0px 0px 0px 5px;
	font-size:60%;
	font-style: oblique;
}
/* 配置指定 */ 

#base {
	clear : both;
	margin-left: auto;
	margin-right: auto;
	background-image: url(image/bg01.png);
}
#base2 {
	clear : both;
	background-color: #EAFEFF;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
img {
	image-rendering: auto;
}

.toprightbox {
	float: right;
	margin: 5px 20px 0px 0px;
	font-size: 110%;
	background: transparent;
}

#simulation_bg_grad {
	width:1600px
    height: 900px;
    background-color: gray; /* display when grad is not supported */
    background-image: linear-gradient(to bottom right, gray , white);
    opacity:0.8
}
	/* ----------------------------------- navileft -----------------------------------*/
/*
div#navileft
		{
		height: 48px;
		width: 1210px;
		margin: 0 0 0 12px;
		padding: 0;
		border: 0;
		background: #E8E7E3;
		}

div#navileft ul#menu
		{
		height: 48px;
		width: 1210px;
		margin: 0;
		padding: 0;
		position: relative;
		}

div#navileft ul#menu li
		{
		margin:0;
		padding:0;
		list-style:none;
		position:absolute;
		top:0;
		}

ul#menu li,ul#menu a
		{
		display: block;
		height: 48px;
		border-bottom:0;
		}

*/

.leftbox {
	float : left;
	color:#008800;
	margin: 0px 0px 0px 30px;
	font-size: 140%;
	text-align: left;
	clear : both;
}
.rightbox {
	float: right;
	margin: 50px 10px 100px 20px;
	color:#004422;
	font-size:120%;
	clear : both;
}
.breadbox {
	margin: 0 20px 0px 20px;
	padding:10px 0 0 0;
	font-size: 100%;
	clear : both;
}
.pagetitle {
	margin: 0px 10px 0px 20px;
	padding:20px 0 0 0;
	color:#004422;
	font-size:110%;
	clear : both;
}
.mainbox {
	margin: 0px 20px 0px 20px;
	color:#004422;
	font-size:100%;
	clear : both;
}
.bottomrightbox {
	float: right;
	margin: 10px 5px 10px 0px;
	color:#555;
	font-size: 80%;
}
/* その他 */ 

ul, ol {
	margin-top:0;
	padding-right:20px;
	padding-left:20px;
	list-style-type: none;
}

ul.list{
	margin-top:0;
	padding-right:20px;
	padding-left:20px;	
	list-style-type: disc;
}		

li {
	cursor: pointer;
}

.clear {
	clear:both;
}

/*-------------------------------------------------------------------------*/
a.menu{
	display:block;
	text-decoration:none;
	background-color:#EAFEFF;
	text-align:center;
	box-shadow:0px 2px 6px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
	padding:10px 10px;
	width: 210px;
	height: 45px;
}


a.menu:hover{
	background-color:#fff;
	text-decoration:none;
	}

p.fugakuimg {
	text-indent: -10px;
}

td.menu{
	width : 230px;
	text-align: center;
	background-color:#bbe6f2;
/*	
	background-color:#EAFEFF;
	-webkit-box-shadow:3px 2px 3px #00f;
	-moz-box-shadow:2px 5px 5px #999;
	*/
	box-shadow:0px 2px 6px rgba(0,0,0,0.12), 0px 1px 2px rgba(0,0,0,0.24);
	border-radius:5px;
	

}
td.menu:hover{
	background-color:#bbf2ea;
	text-decoration:none;

}

div.rightpanel {
	float: right;
	margin: 50px 200px 100px 20px;
	color:#004422;
	font-size:120%;
	clear : both;
}



/* ########### 786以上のとき ########### */

@media screen and (min-width: 786px) {
 .content {
 width: 1280px;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 clear : both;
}
}
