/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/
/* JavaScript¤Ç¥Ö¥é¥¦¥¶ÊÌ¤ÎCSS»ØÄê¤¬²ÄÇ½¤Ç¤¹¡£
.ie .example {
  background-color: yellow
}
.gecko .example {
  background-color: gray
}
.win.gecko .example {
  background-color: red
}
.opera .example {
  background-color: green
}
*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background-color: #FFFFFF;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
/*	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	font-size: 12px;
	padding: 0px 0;
	margin: 0;
        background-position:0% 0%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h2,h3,h4,h5,h6
{
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
/*	background: url(images/arrow.gif) left 5px no-repeat;*/
	padding: 0 0 0 0px;
	margin: 0 0px;
}

/* Links */
a:link, a:visited
{
	color: #cc0000;
	text-decoration: none;
}



a:hover, a:active
{
	color: #ff6666;
}
#header a:link, #header a:visited
{
	color: #cc0000;
}
#header a:hover, #header a:active
{
	color: #ff6666;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 700px;
	height: 0;
	clear: both;
	background-color: #FFFFFF;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
/*¡Ê¥Ú¡¼¥¸¥Ø¥Ã¥À¡¼¡Ë*/
/*#header
{
	position: relative;
	width: 900px;
	height: 50px;*/
	/* large header image is defined below */
	/* background: white no-repeat; */
/*	background: white;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #000000;
	margin: auto;
}*/
/*¥¿¥¤¥È¥ëÉôÊ¬¡Ë*/
/*#header h1
{
	height: 0px;
	width: 650px;
	background: white repeat-x 0 6px;
	margin: 0 0px;
#	font-size: 28px;
	text-align: center;
#	line-height: 50px;
}
*/
/*#head {
	width: 100%;
	margin-top: 0px;
	right: 50%;
	left: 50%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}

#head_title {
	width: 806px;
#	background-image: url(../../../images/head/head_bg2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	
}
#head_menu {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 32px;
}
*/
#center {
	padding: 0px;
	width: 100%;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 12px;
	text-align: center;
	margin: 0px;
}

.h1 {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	color: #000000;
/*	padding-left: 10px;*/
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
/*¡Ê¥Ú¡¼¥¸ÆâÉý¡Ë*/
#mainwrapper
{
	width: 768px;
	background-color: #FFFFFF;
/*	border-width: 0 2px;
	border-style: solid;
	border-color: #000000;*/
	margin: auto;
}

.gecko #mainwrapper
{
	width: 768px;
	background-color: #FFFFFF;
/*	border-width: 0 2px;
	border-style: solid;
	border-color: #000000;*/
	margin-left: -768px;
}

#wrapper
{
	width: 768px;
	background: white; /*url(images/bgcontainer02.jpg) repeat-y right;*/
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 480px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 10px 10px 0 20px;
	margin-right: -210px;

}
/*.content
{
	width: 480px;
	height: 1%;
	overflow: visible;
	padding: 10px 10px 0px 20px;
	float: left;
	margin-top: -3px;
	margin-left: -3px;
	margin-right: -210px;
	margin-bottom: 30px;
}
*/
.content {
	margin-left: 5px;
	margin-top: 4px;
	margin-right: -210px;
	padding: 3px;
	overflow: visible;
	float: left;
	width: 480px;
	height: 1%;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0;

}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 0;

}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: /*url(images/commentquote01.gif) no-repeat*/;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 /*url(images/commentquote02.gif) no-repeat*/;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 /*url(images/commentquote02.gif) no-repeat*/;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 /*url(images/commentquote02.gif) no-repeat*/;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
/*	margin-right: auto;*/
	float: right;
	width: 210px;
	padding: 4px 10px 10px 10px;
}
.sidebar
{
	color: #000000;
	margin: 0 auto;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #FF7373 /*url(images/sidetitlebg.gif)*/;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #FFEFEF;
	padding: 2px 10px;
	margin: auto;
}
.sidebardl dd:hover
{
	background: #FFEFEF;
	padding: 2px 10px;
	margin: auto;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
/*#footer
{
	width: 794px;
	/*background: #FCD21B;
	text-align: center;
	padding: 10px 0 10px 0;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto auto;
}

#foot {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 12px;
}

#copyrights
{
	color: #474747;
}

.footlink {
padding: 7px;
width: 750px;
font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
font-size: 12px;
line-height: 120%;
color: #000000;
margin-right: auto;
margin-left: auto;
}

#foot_map {
background-image: url(../../../images/head/foot_line.jpg);
background-repeat: no-repeat;
height: 55px;
width: 806px;
margin-right: auto;
margin-left: auto;
}
*/
/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name
{
    width: 50px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
#nucleus_cf_mail
{
    width: 100px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 456px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 0;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}




}
.font {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka";
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.black_12px {
	font-size: 12px;
	color: #333333;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
.black_12px_B {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";

}
.orange {
	font-size: 12px;
	color: #FF9900;
}
.help {
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
}


.font3 {
	font-size: 12px;
	color: #FF9999;
}
.wite_12px {
	font-size: 12px;
	color: #FFFFFF;
}
.black_12px_s {
	line-height:150%;
	color: #333333;
	font-size: 12px;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
a:link {
	color: #cc0000;
	font-size: 12px;

}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #FF6666;
}
a:active {
	color: #FF6666;
}
.font5 {
	font-size: 12px;
	color: #FF6666;
	font-weight: bold;
}

.font6 {
	font-size: 12px;
}

a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #FF6666;
}

#bg {
	background-position: center top;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../../../top/images/bg1.gif);
}	

#bg1 {
	background-position: center top;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(./php/images/bg.gif);
}

#bg2 {
	background-position: center top;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../../../top/images/back.gif);
}

#bg3 {
	background-position: center top;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:url(../../../top/images/bg1.jpg);
}

#head_map {
	width: 806px;
	background-image: url(./images/head_bg.jpg);
	height: 73px;
	margin-right: auto;
	margin-left: auto;
}

#head_map_submenu {
	float: right;
	width: 229px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#head_map_logo {
	float: left;
}

/*============================================================================

	STYLESHEET // Mihagino Dental hygienist school // header.css

==============================================================================*/

/*--------------------------------------head¥ì¥¤¥¢¥¦¥È---*/
 #head {
    background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 8px;
	padding: 0px;
	width: 1000px;
	height: 80px;
	text-align: left;
}

.gecko #head {
    background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 1000px;
	height: 80px;
	text-align: left;
}

.opera #head {
    background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 1000px;
	height: 80px;
	text-align: left;
}

h1.h_rine {
  font-size: 10px;
  font-weight: normal;
  color: #990000;
  margin: 0px;
  padding: 1px 1px 0px 1px;
  height: 12px;
  text-indent: 1em;
}

.logo {
  margin: 0px;
  padding: 0px;
  float: left;
}
.h_navi {
	padding-top: 40px;
	padding-right: 10px;
	margin: 0px;
	float: right;
	font-size: 12px;
	text-align: right;
	width: 220px;
}
#navi {
  margin: 0px 0px 0px 8px;
  padding: 0px;
  width: 1000px;
  height: 35px;
  vertical-align: top;
}

.opera #navi {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 1000px;
  height: 35px;
  vertical-align: top;
}

.gecko #navi {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 1000px;
  height: 35px;
  vertical-align: top;
}

.navi {
  padding: 0px;
  margin: 0px;
  float: left;
}

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

/*===================================================

	STYLESHEET // haradabusiness // footer.css

=====================================================*/

/*--------------------------------------foot¥ì¥¤¥¢¥¦¥È---*/

#foot {
   background-image: url(images/foot_bg.jpg);
   width: 1016px;
   height: 97px;
   padding: 0px;
   margin-left: auto;
   margin-right: auto;
}

.opera #foot {
   background-image: url(images/foot_bg.jpg);
   width: 1016px;
   height: 97px;
   padding: 0px;
   margin: 0 0 0 -8px;
}

.gecko #foot {
   background-image: url(images/foot_bg.jpg);
   width: 1016px;
   height: 97px;
   padding: 0px;
   margin: 0 0 0 -8px;
}

#footbody {
   width: 1000px;
   height: 70px;
   margin: 0 0 0 -8px;
   padding-top: 20px;
}

#f_log {
	text-align: right;
}

#copy {
  font-size: 12px;
  color: #990000;
  text-align: center;
  margin-top: 10px;
}


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

/*============================================================================

	STYLESHEET // Mihagino Dental hygienist school // standard.css

==============================================================================*/

body {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	background-image: url(../../../images/common/bgline.gif);
}	

.t1 {
    font-size: 70%;
	line-height: 110%;
}

.t2 {
    font-size: 80%;
	line-height: 130%
}

.t3 {
    font-size: 90%;
	line-height: 130%;
}

.t4 {
    font-size: 100%;
	line-height: 130%;
}
    


/*============================================================================

	STYLESHEET // Mihagino Dental hygienist school // style.css

==============================================================================*/

/*--------------------------------------¥ì¥¤¥¢¥¦¥È---*/

#wrap {
    background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#pagebody {
  width: 1000px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/*--------------------------------------main---*/

#main {
	margin: 10px;
	padding: 3px;
	width: 994px;
	height: 700px;
}

#contents {
	margin: 1px;
	padding: 1px;
	width: 532px;
	float: left;
	text-align: center;
}


#l_menu {
  margin-left: 11px;
  margin-right: 0;
  margin-top: 5px;
  padding: 1px;
  width: 222px;
  text-align: center;

}

.gecko #l_menu {
  margin-left: -1000px;
  margin-right: 0;
  margin-top: 5px;
  padding: 1px;
  width: 222px;
  text-align: center;
}

#r_menu {
	margin: 1px;
	padding: 1px;
	width: 222px;
	float: right;
	text-align: center;
}

/*--------------------------------------l_menu---*/
.action {
    background: url(../../../images/top/ltitle_action.gif);
	background-repeat: no-repeat;
    width: 183px;
	border: 1px solid #FF6666;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	margin-top: 2px;
}
.action_n {
    width: 183px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	padding-top: 30px;
	padding-left: 15px;
	text-align: left;
	font-size: 12px;
}
.mobile {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 201;
	height: 221;
	text-align: center;
}
.aed {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 201;
	
}
/*-----------------------------------------*/

/*============================================================================

	STYLESHEET // Mihagino Dental hygienist school // subpage.css

==============================================================================*/

/*--------------------------------------¥ì¥¤¥¢¥¦¥È---*/

#subimg {
    margin: 0px 0px 0px 8px;
	padding: 0px;
    width: 1000px;
	height: 150px;
}

.gecko #subimg {
    margin: 0px 0px 0px 0px;
	padding: 0px;
    width: 1000px;
	height: 150px;
}

.opera #subimg {
    margin: 0px 0px 0px 0px;
	padding: 0px;
    width: 1000px;
	height: 150px;
}

.pankuzu {
    font-size: 11px;
	color: #333333;
	width: 500px;
	padding: 0px;
	margin-left: 0px;
	margin-top: -2px;
	text-align: left;
}
.l_img {
    float:left;
	padding: 2px;
}
.r_img {
    float: right;
	padding: 2px;
	text-align: right;
}
.m_img {
    width: 500px;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.textbox01 {
    width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
}

.textbox02 {
    width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
}
.textbox03 {
    width: 470px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	font-size: 12px;
}
table.f_size {
    font-size: 12px;
	padding: 3px;
}

/*--------------------------------------submenu---*/
.submenu01 {
    background-image: url(../images/aboutus/submenu_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 200px;
	height: 88px;
}
.submenu02 {
    background-image: url(../images/intoroduce/submenu_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 200px;
	height: 88px;
}
.submenu03 {
    background-image: url(../images/info/submenu_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 200px;
	height: 88px;
}
.submenu04 {
    background-image: url(../images/exami/submenu_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 200px;
	height: 88px;
}
.submenu_l {
	padding-top: 34px;
	padding-bottom: 18px;
	margin-left: 12px;
	width: 188px;
	height: 88px;
	text-align: left;
}
/*--------------------------------------greet---*/
.greetbox {
    font-size: 12px;
	line-height: 160%;
    width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}


/*--------------------------------------sitemap---*/

.sitemapbox {
    font-size: 12px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.sitemaplbox {
    font-size: 12px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	float: left;
}
.sitemaprbox {
    font-size: 12px;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	float: right;
}
.sitemapsub {
	width: 200px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	vertical-align: middle;
	padding-bottom: 3px;
}
.sitetext {
	text-indent: 1em;
	line-height: 140%;
	padding: 3px;
}
/*--------------------------------------profile---*/

.profilemenu {
    background:url(../images/profile/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 30px;
	text-indent: 2px;
	text-align: left;
}
.profilemtext {
    font-size: 12px;
    padding: 3px;
	width: 95px;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: auto;
}
	
.profilebox {
    font-size: 12px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}
.prpfile_ta {
    width: 400px;
	padding: 3px;
}	
.profile_sl {
    width: 120px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 12px;

}
.profile_sr {
    width: 300px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 12px;
}
.profile_text {
    line-height: 140%;
}
.greet {
    padding: 3px;
	width: 500px;
	line-height: 150%;
}	
.rinen {
    font-size: 12px;
	font-weight: bold;
}
	
/*--------------------------------------recruit---*/
.recruitbox{
    font-size: 12px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/*--------------------------------------access---*/
.accessbox {
    font-size: 12px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 150%;
}
.map {
    font-size: 12px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
   


/*--------------------------------------document---*/
.documentbox {
   width: 470px;
   text-align: left;
   font-size: 12px;
   line-height: 150%;
   padding: 5px;
}
/*--------------------------------------privacy---*/

.privacybox {
   font-size: 12px;
   width: 470px;
   line-height: 160%;
   margin-left: auto;
   margin-right: auto;
   padding: 5px;
}
.p_ltitle {
    font-size: 14px;
	width: 550px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.p_stitle {
    font-size: 13px;
	width: 550px;
}

/*--------------------------------------p------*/

p {
    margin: 0px;
	padding: 0px;
}

/*--------------------------------------image------*/

img {
    margin: 0px;
	padding: 0px;
    border: none;
}

/*--------------------------------------table------*/

table {
    margin: 0px;
	padding: 0px;
    border: none;
}

/*--------------------------------------IE¤Îbr¥Ð¥°------*/

br {
    letter-spacing: normal;
}

/*--------------------------------------fontstyle------*/

address,em {
    font-style: normal;
}

