/* いわき明星大学 共通スタイルシート */

/* タグの再定義 */

* {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	font-size: 12px;
	color: #333333;
}

body{
	margin: 0px;
	padding: 0px 0px 0px 1px;
	background-color: #FFFFFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
	clear: both;
}
h1 {
	display: none;
}
h4 {
	background-color: #FFFFFF;
	padding: 4px 14px 16px;
	background-image: url(../img/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEECC;
	padding: 5px;
	margin-bottom: 1em;
}
a{
	text-decoration:none;
}
p{
	line-height: 1.4em;
}
strong {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0px none;
}

/* 文字サイズ・スタイル */

.txt-l { font-size: 14px; }
.txt-m { font-size: 12px; }
.txt-s { font-size: 10px; }
.nomalTxt {
	font-weight: normal;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}

a.text {
	color: #000000;
	text-decoration: none;
}
.caution {
	color: #FF0000;
}


/* レイアウト */

#mainNavi {
	text-align: center;
	margin: 0px auto 10px;
	padding: 5px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#mainBody {
	text-align: center;
	width: 830px;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background-color: #FFFFFF;
}
#dir {
	font-size: 10px;
	text-align: left;
	margin: 5px 30px 10px;
	padding-bottom: 8px;
	color: #666666;
}
#dir a{
	font-size: 10px;
}
#footer {
	background-color: #FFFFFF;
	margin: 0px 15px;
	padding: 2px 0px 80px;
	width: 790px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#subNavi {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
#subNavi table {
	text-align: left;
	vertical-align: top;
}
#content {
	text-align: left;
}
#full_content {
	padding: 0px;
	margin: 10px 0px 0px;
	text-align: center;
}
#full_content table {
	margin-right: auto;
	margin-left: auto;
}
#full_content td {
	text-align: left;
}

#copyright {
	text-align: right;
	font-size: 11px;
	color: #666666;
}
.bodyBlock {
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 530px;
}
.bodyBlock p {
	margin-bottom: 1em;
	margin-left: 1em;
}

/* レイアウト補助 */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.mg1 {
	margin: 0.5em 1em 1em;
}
.box {
	border: 1px solid #CCCCCC;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ここまで */


/* サブナビゲーション */

.linkTab {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
	margin: 0px 0px 20px;
	padding: 0px 10px;
}

.linkTab a {
	margin: 0px 2px;
	padding: 5px 12px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	text-decoration: none;
}
.utyNavi {
	text-align: right;
	width: 760px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
}
.tabNavi {
	margin: 0px;
	padding: 0px;
}
.upBtn {
	text-align: right;
	margin-bottom: 20px;
}

.block {
	background-position: left;
	margin-bottom: 20px;
}


/* tableタグのスタイル */
.dataTable-0 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
.dataTable-0 th {
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	background-color: #EEEECC;
}
.dataTable-0 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.dataTable-1 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dataTable-1 th {
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.dataTable-1 td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
p.data {
	margin-top: 0.2em;
	margin-left: 1em;
}
.dataTable-2 td {
	margin-right: 6px;
	margin-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEECC;
}
.noBorder table,th,td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noBorder th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noBorder td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.odd {
	background-color: #FFFFFF;
}
.even {
	background-color: #ECECEC;
}



/* カテゴリインデックス */
#index table {
	margin-top: 22px;
}
#index td {
	padding: 0px 0px 12px;
	text-align: left;
	vertical-align: top;
	background-image: url(../img/dotblack.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#index th {
	padding: 3px 0px 12px;
	text-align: left;
	vertical-align: top;
	background-image: url(../img/dotblack.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#index a {
	display: block;
	margin: 1px 0px 0px;
	padding: 2px 0px 1px;
}
#index a:visited {
	color: #0033FF;
}
#index a:link {
	color: #0033FF;
	text-decoration: none;
}
#index a:visited {
	color: #0033FF;
	text-decoration: none;
}
#index a:hover {
	color: #FF3300;
	text-decoration: none;
/*	background: #FFFFFF; */
}
#index a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.catIndex {
	width: 360px;
	margin-left: 360px;
}
.catNews {
	float: left;
	width: 320px;
	padding-right: 15px;
	padding-left: 15px;
}

/* 問い合わせBOX */

.toiawase {
	background-color: #EEEEEE;
	text-align: left;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 135%;
}
.toiawase address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.toiawase h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: none;
	padding: 0px 0px 3px;
	background-color: #EEEEEE;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 6px;
}
.toiawase h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 6px;
	padding: 0px;
	background-color: #EEEEEE;
}


img.right {
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
}
.brake {
	clear: both;
	margin-bottom: 20px;
}
.dotline01 {
	background-image: url(../indexes/img/dotline01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h5.nomal {
	background-color: #FFFFFF;
	padding: 0px;
}
.centerArea {
	text-align: center;
	margin: 20px auto;
}

/* テキストリンクのtable */

.linkTable {
	margin-bottom: 30px;
}
.linkTable table {
	background-image: url(../img/dotline.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.linkTable td {
	background-image: url(../img/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
}
.linkTable a {
	font-size: 12px;
	background-image: url(../img/b_linkhead.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	display: block;
	padding: 3px 3px 3px 20px;
}
td.box {
	text-align: left;
	vertical-align: top;
	padding: 6px 6px 30px 10px;
}
#btmNavi {
	text-align: left;
}

/* プリントアウト用設定 */

@media print{
	#topNavi,#mainNavi,#dir,#subNavi,#subNavi table,#footer,.utyNavi {
		display: none;
	}
	body{
		margin: 0px;
		padding: 0px;
		background-color: #fffffff;
		background-image: none;
	}
	.bodyBlock,.bodyBlock p {
		width: 100%;
	{
}

#topNavi {
	margin: 0px auto;
	width: 830px;
}

#topNavi iframe { margin: 0px auto; }

#topNavi {
	margin: 0px auto;
	width: 830px;
}

