﻿/* init */
* {
	margin: 0;
	padding: 0;
}

/* general styles */
body {
	height: 100%;
	background: #dfdfdf url(/css/mystyle/imgy.png) repeat;
	font-size: medium;
}

/* ブロックは普段親要素サイズ */
div {
	width: inherit;
}

img {
	border: 0;
}

a {
	color: #0000ff;
}

a:visited {
	color: #2C4286;
}

a:hover {
	color: #0000c0;
}




input[type="text"]{
	font-size: larger;
}
input[type="submit"]{
	font-size: larger;
	padding-left: 1em;
	padding-right: 1em;
}



/*==========================================================*/
/* ラッパ */

#sitewrapper {
	min-height: 100%;
	
	 /* センタリング */

	width: auto;
	margin: 0px 0.5%;
	
	border: 1px solid #aed0ea;
	
	padding: 0px;
	
	background: #ffffff url(/css/mystyle/imgmr.png) repeat-x;
	color: #222222;
	 /*font: 1.0em/135% 'arial', sans-serif;*/
	font: 1.0em/120% 'arial', sans-serif;
}





/* ヘッダとタイトル */
#siteheader {
	margin: 0px;
	padding: 0px 1em;
}

#sitetitle {
/*	margin: 0.1em 0px 0px 0.5em; */
/*	padding: 0px; */
	color: #363636;
	font: bold 1.5em 'arial black', sans-serif;
/*	text-align: left; */
}

#sitetitle a {
 color: #363636;
}

#sitedescription {
 margin: 0.3em 0 0 1.5em;
 padding: 0px;
 color: #666666;
 font-size: 1.2em;
 text-align: left;
}


/* Navigation */
#sitenavigation {
 /* float: left; */
 /*width: 93%; */
	padding: 0.2em 0 0.2em 0;
	vertical-align: middle;
}

#sitenavigation ul {
	list-style: none;
 /* float: right; */
}

#sitenavigation li {
  display:inline;  
 /* float:left; */
 margin: auto;
}

#sitenavigation li a.tabs {
 /* float:left; */
 
 padding-left: 4px;
 background: #E8FAFF;
 text-decoration:none;
}

#sitenavigation li a.tabs:hover {
 background: #e4f1fb;
}

#sitenavigation li a.tabs span {
 /*float:left; */
 padding: 0.4em 0.4em 0.4em 0.4em;
 background: #ffffff;
 color: #627EB7;
 font-size: 1.0em;
}

#sitenavigation li a.tabs:hover span {
 background: #EBFAFF;
 color: #6B78A9;
}



/* Main contents */
#sitecontents {
 /*float: left; */
 /*width: 100%; */
 margin: 10px 0px 0px;
 padding: 0px 0.5em;
 /*background: #ffffff; */
 font-size: 1.0em;
 text-align: left;
}

/*
sitecontents
 h2.contents_title
 div.contents_body
  p, div, ul, pre, etc.
 h2.contents_title
 div.contents_body
  p, div, ul, pre, etc.
 
*/


.contents_title{
 margin: 2.5em 1.2em 0.8em 1.2em;
 padding: 0.5em 0.8em;
 border-top: 1px dashed #999999;
 border-right: 1px dashed #999999;
 border-bottom: 1px dashed #999999;
 border-left: 5px solid #72a7cf;
/* background:  url(http://img405.imageshack.us/img405/1894/imgmv.png) repeat;*/
 background:  url(/css/mystyle/imgmv.png) repeat;
 color: #000000;
 font: bold 1.4em 'arial', sans-serif;
 text-align: left;
 clear: both;
}

.contents_title a {
 color: #000000;
 text-decoration: none;
}

.contents_body {
 /*margin: 1.2em 3em; */
 padding: 0;
}



/*

p {
 text-indent: 0.8em;
 margin: 0.6em 0;
}

ul {
 margin: 15px 25px;
 padding: 0px 0px 0px 15px;
}

*/


/* 通常の本文 */
p {
 text-indent: 0.8em;
 margin: 0.5em 0;
}


dl {
 margin: 0.6em 0em;
}

ul, ol {
 list-style-position: outside;
 margin: 0.6em 0em 0.6em 1.2em;
}

ul>li, ol>li {
 margin: 0.3em 0em;
}

dt {
 font-weight: bold;
 margin: 0.8em 0em 0.2em 0em;
}
dd {
 margin: 0.2em 0em 0.2em 2em;
}


.contents_body h3 {
 margin: 1.8em 0em 0.9em 0em;
 border-top: 1px dotted #999999;
 border-bottom: 1px dotted #999999;
 padding: 0.3em 5%;
 font: bold 1.1em 'arial', sans-serif;
 text-align: left;
}

.contents_body pre {
 line-height:120%;
 padding: 0.4em 0.1em;
 border: dashed gray 1px;
 background-color: #F7F7F9;
 margin: 0.5em 0.1em;
 max-height:30em;
 overflow:auto;
}


.contents_fullbox {
 clear: both;
 margin: 1em 0.5em;
}


.contents_imagebox {
 margin: 1em 2em;
 /* float: right; */
}




#sitecontents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}


/* Footer */
#sitefooter {
 clear:both;
 margin: 0px;
 padding: 20px 0px 0px;
 border: 0px solid #cfcfcf;
 background: #d7ebf9;
 font-size: 0.8em;
 text-align: right;
 vertical-align: middle;
}






/*

メモ
.ui-widget から英文フォント　Lucida Grande, Lucida Sans削除


*/