@charset "utf-8";


/* ### body設定 ### */
/* -------------------------------------------------------------------------------- */

body{
	color:#222;
	/* font-family: Arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif; */
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐ ゴシック","ＭＳ ゴシック",Verdana,Arial,Monaco,sans-serif;
	line-height:1.5em;
	/* font-size: 1em; */
	font-size: 15px;
	background-color:#fff;
}


/* ### link設定 ### */
/* -------------------------------------------------------------------------------- */
a:link    {color: #003399;text-decoration: none;}
a:visited {color: #003399;text-decoration: none;}
a:hover   {color: #CC0000;text-decoration:underline}
a:active  {color: #CC0000;}
a.no:link, a.no:visited  {color: #ffffff;}




/* ### ヘッダーサイズ指定 ### */
/* -------------------------------------------------------------------------------- */
.c_header .c_header_area{
	width: 960px;
	height: 120px; 
	margin: 0 auto;
}



/* ### メインナビゲーション ### */
/* -------------------------------------------------------------------------------- */

.c_gNav1 ul li div img {
	width: 158px;
	height: 40px;
}

.c_header .c_gNav1{
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}

.c_header .c_gNav1 ul {
	width: 960px;
	margin: 0 auto;
}

.c_header .c_gNav1 ul li {
	width: 158px;
	height: 40px;
	list-style: none;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
}

.c_header .c_gNav1 ul li.first {
	width: 158px;
	border-left: 1px solid #ddd;
}

.c_header_end{
	height: 1px;
}



/* --------------------- */
.c_header_scr {
	width: 100%;
	position: fixed;
	height: 160px;
	margin: 0 auto;
	background-color: #fff;
		border-bottom: 1px solid #ddd;

	z-index: 9999;
}
.c_header_scr .c_header_area {
	width: 960px;
	margin: 0 auto;
	height: 120px;
}

.c_header_scr .c_gNav1 {
	width: 860px;
	position: relative;
	margin: 0 auto;
}

.c_header_scr .c_gNav1 ul {
	position: absolute;
	top: -48px;
	left: 45px;
}


.c_header_scr .c_gNav1 ul {
	width: 860px;
	margin: 0 auto;
}

.c_header_scr .c_gNav1 div img {
	width: 141px;
	height: 36px;
}

.c_header_scr .c_gNav1 ul li {
	width: 142px;
	height: 40px;
	list-style: none;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
}

.c_header_scr .c_gNav1 ul li.first {
	width: 141px;
	border-left: 1px solid #ddd;
}

.c_header_end_scr{
	height: 1px;
	margin-bottom: 95px;
}


/* ### サブナビゲーション ### */
/* -------------------------------------------------------------------------------- */

.c_gNav2 {
	position: absolute;
	/* width: 200px; */
	height: 25px;
	top: 18px;
	right: 10px;
	font-size: 0.90em;
}

.c_gNav2 ul li {
	display: inline;
}



/* ### タイトル ### */
/* -------------------------------------------------------------------------------- */

.c_head_title {
	position: absolute;
	top: 18px;
	left: 0px;
}

.c_site_logo {
	width: 82px;
	height: 82px;
	margin-right: 18px;
	float: left;
}

.c_site_title {
	width: 230px;
	float: left;
	margin-top: 3px;
}
.c_site_title_ja{
	width: 445px;
	height: 35px;
}
.c_site_title_en{
	width: 360px;
	height: 30px;
}
.c_site_title_sub{
	width: 242px;
	height: 14px;
	margin: 0 2px 0 3px;
}



.c_header_scr .c_site_title_en{
	display: none;
}



/* ### フッター ### */
/* -------------------------------------------------------------------------------- */

.c_footer {
	font-size: 0.95em;
	width: 100%;
	margin-top: 15px;
	border-top: 1px dotted #888;

}

.c_footer_contents {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

.c_footer_contents .c_footerleft {
	float: left;
	width: 200px;
	margin-left: 5px;
}
.c_footer_contents .c_footerleft img {
	width: 220px;
	height: 60px;
}

.c_footer_contents .c_footerright {
	float: right;
	width: 750px;
	margin-top: 8px;
}
.c_footer_link{
	text-align:right;
	margin-right: 15px;
}

.c_footer_link span a{
	padding-left: 15px;

}

.c_copyright {
	text-align:right;
	margin: 5px 15px 0 0;
}

a:hover img.c_sgu{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}



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


/* ### コンテンツ ### */
/* -------------------------------------------------------------------------------- */

.c_contents{
	width: 960px;
	margin: 0 auto;
}


.c_main_contents{
	width: 960px;
	margin: 0 auto;
}


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


.c_section{
	margin: 5px 5px 15px 5px;
}


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






img.c_img50{
	/* zoom: 0.5; */
	width: 100%;
	height: 100%;
}

.c_arrow11{
	padding-right: 15px;
	background: url(/sgu/img/arrow1.png) no-repeat right 0.4em;
	-moz-background-size:5px 8px;
	background-size:5px 8px;

	*background: url(/sgu/img/arrow1_ie.png) no-repeat right 0.4em;
	_background: url(/sgu/img/arrow1_ie.png) no-repeat right 0.4em;
	background: url(/sgu/img/arrow1_ie.png) no-repeat right 0.4em\9;
}

.c_arrow12{
	padding-right: 15px;
/*
	background: url(/sgu/img/arrow1.png) no-repeat right 0.45em;
*/
	-moz-background-size:5px 8px;
	background-size:5px 8px;
/*
	*background: url(/sgu/img/arrow1_ie.png) no-repeat right 0.45em;
	_background: url(/sgu/img/arrow1_ie.png) no-repeat right 0.45em;
	background: url(/sgu/img/arrow1_ie.png) no-repeat right 0.45em\9;
*/
}





/* pageTop */
/* ---------------------------------------- */
.c_pageTop {
	display: none;
	position: relative;
	width: 90%;
	max-width: 960px;
	height: 0;
	margin: 0 auto;
}
.c_pageTop a {
	position: fixed;
	bottom: 0px;
	left: auto;
	display: block;
	width: 60px;
	height: 36px;
	margin-left: 970px;
	padding: 0;
	background: url(/sgu/img/pagetop.png) no-repeat top center;
	text-decoration: none;
	z-index: 9000;
}


/* positon */
/* ---------------------------------------- */

.posi_re{
	position: relative;
}

.posi_ab{
	position: absolute;;
}


/* ---------------------------------------- */
.c_notice{
	font-size: 0.8em;
}
.c_center{
	text-align: center;
}


/* ### 下層ページ ### */
/* ---------------------------------------- */

.c_main_contents_area{
	width: 860px;
	margin: 0 auto;
}


.c_contents_text{
	line-height: 1.8em;
}

.c_title01 div{
	margin: 0 0 10px 0;
	padding: 0px 5px 0px 10px;
	border-left: 6px solid #3e1485;
	font-size: 1.6em;
	font-weight: bold;
	color: #3e1485;
}
.c_title01{
	border-bottom: 1px solid #3e1485;
	margin-bottom: 30px;
}
.c_title01 div span{
	font-weight: bold;
}


.c_title02{
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 12px 0;
	color: #3e1485;
}

.c_title03{
	font-size: 1.05em;
	background: url(/sgu/img/square_blue3.png) no-repeat 0 0.2em;
	padding-left: 20px;
	margin: 5px 0 20px 0;
}


.c_title04{
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 12px 0;
	color: #3e1485;
}


.c_shadowbox{
	padding: 15px 15px 10px 20px;
	border: 2px solid #efefef;

	background-color: #fff;

	/* shadow */
	box-shadow: 0 0 8px #ddd;
	-moz-box-shadow: 0 0 8px #ddd;
	-o-box-shadow: 0 0 8px #ddd;
	-ms-box-shadow: 0 0 8px #ddd;
	
	/*
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=0, strength=6, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=90, strength=6, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=180, strength=6, enabled=true), 
	progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, direction=270, strength=6, enabled=true);
	*/
}
.withCaption {
	float: left;
	margin: 30px;
	max-width: 100%;
}
.withCaption img {
	height: auto;
    max-width: 100%;
	margin-bottom: 5px;
}
.withCaption p {
	font-size: 80%;
	max-width: 100%;
}

.news-header {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}
