@charset "utf-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://developer.yahoo.com/yui/license.html
 *version: 3.3.0 build: 3167
----------------------------------------------------- */
/* reset.css
*************************** \*/

html {
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
* html input,* html textarea,* html select {
	font-size:100%;
}
*+html input,*+html textarea,*+html select {
	font-size:100%;
}
legend {
	color:#000;
}

/* fonts.css
*************************** \*/

body {
	font:13px/1.231 Osaka, " メイリオ", Meiryo, "ＭＳ Ｐゴシック", arial,helvetica,clean,sans-serif;
}
* html input,*+html input {
	font-size: small;
}
select,input,button,textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
}
* html table {
	font-size: 100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	line-height:100%;
}
* html pre,* html code,* html kbd,* html samp,* html tt {
	font-size:108%;
}
*+html pre,*+html code,*+html kbd,*+html samp,*+html tt {
	font-size:108%;
}

/* base.css
*************************** \*/

/* clearfix \*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント \*/
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* テキスト位置 \*/
.alignCenter {text-align: center;}
.alignRight {text-align: right;}
.alignLeft {text-align: left;}

/* フォント色 \*/
.fontRed {color:#f00;}
.fontGray {color:#999;}

/* リンク \*/
a:link,a:visited,a:hover,a:active {color: #d323a7;}
a:link,a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/* 要素設定 \*/
html,body {
	background: #4f0462 url(../../image/web/bg.jpg) repeat-y fixed top center;
	color: #101010;
	text-align: center;
}

ul,dl,ol{
	text-indent: 0;
	list-style-position:outside;
}
th,td {
	vertical-align: top;
}
p{
	text-align: justify;
}

/* 共通レイアウト \*/
#wrapper {
	margin: 0 auto;
	width: 940px;
	background: #fff;
	text-align: left;
}
/* IE6 \*/
* html #wrapper {
	width: 960px;
}
#header {
	position: relative;
	width: 940px;
	height: 300px;
	margin-bottom: 10px;
}
#header h1 {
	float: left;
	width: 625px;
	height: 300px;
}
#header #utilityNav {
	padding-top: 5px;
	float: right;
	width: 160px;
	height: 295px;
}

#header #utilityNav p {
	padding-top: 5px;
}

.section {
	border: #c8c8c8 1px solid;
	background: #fff;
}
#aside{
	float: left;
	width: 220px;
}
#navCollabo li {
	float: left;
	width: 220px;
	height: 29px;
}
#navCollabo li.title {
	height: 58px;
}
#navCollabo li a{
	display: block;
}

#nav {
	background: url(../../image/web/bg_nav.jpg) no-repeat right bottom;
}

#nav li {
	float: left;
	width: 220px;
	height: 29px;
}
#nav li a{
	display: block;
}

#update .text {
	height: 400px;
	overflow-y: scroll;
}
#update .text hr {
	border: none;
	height: 1px;
	background: #999;
}
#update .date {
	color: #66ffcc;
	font-size: 93%;
}
#signUp {
	text-align: center;
}
#card {
	text-align: center;
}
#mobileQr h3 {
	padding: 3px;
	border: 3px double #421a55;
	background: #635478;
	font-weight: bold;
	color: #fff;
}
* html #mobileQr h3 {
	padding-bottom: 1px;
}
#mobileQr input.text {
	width: 70px;
}
#mobileQr select {
	width: 105px;
}
#mobileQr input.submit {
	width: 90px;
	cursor: pointer;
}
* html #mobileQr input.submit {
	padding-top: 3px;
}
*+html #mobileQr input.submit {
	padding-top: 3px;
}
#article {
	float: right;
	width: 700px;
}
#footer {
	margin: 0 auto;
	width: 960px;
	background: #fff url(../../image/web/bg_footer.png) repeat-x top;
	color: #fff;
}
#footer p {
	text-align: center;
}

/* */