view skip.css @ 276:1908109c893e

merge
author TAGUCHI Ayae<c112093@h.koeki-u.ac.jp>
date Fri, 23 Aug 2013 04:49:20 +0900
parents 15f2db6850ab
children 84ee6e431328
line wrap: on
line source

/*SKIPのTOPページ*/
body {
	
}

div.main {
	text-align:center;
	position:relative; left:50%;
	width:50em;
}

div.fix {
	position:fixed;
}

div.main_title img{
	text-align:center;
}

div.side_photo_left a{
	text-align:left;
	margin-left:1%;
	width:14%;
	float:left;
}

div.side_photo_right{
	text-align:right;
	margin-right:1%;
	width: 14%;
	float:right;
}


div.menu {
	background:#ffd620;
	color:blue;
	width:11%
	text-align:center;
	border-bottom-style:thin solid;
	padding:2px 2px 2px 2px;
}

div.menu div {
    margin-left:3%;
    float:left;
    background:#ffd620;
    width:16%;
}

div.menu table {
    text-align:center;
}

div.menu table td {
    width:8em;
    text-align:center;
}

div.menu table td a:hover {
	background:white;
}

div.menu table td a:active {
	background:#ffb820;
	color:#ff5a20;	
}

p.new {
	width:66%;
	text-align:center;
	border-style-bottom:thin solid; 
	color:blue;
}

p.new span {
	background:#ffd620;
	padding:2px 2px 2px 2px;
}

h3 {
	text-align:center;
	clear:both;
}

div.staff {
	width:10%;
}

/*記事一覧*/
h2.article_list {
	border-color:red;
	border-right-style:none;
	border-left-style:none;
	border-top-style:thick solid;
	border-bottom:thick solid;
}

div.shop_left {
	float: left;
	width:40%
	margin:0 2% 0 8%;
}

div.shop_right {
	float: right;
	width:40%;
	margin:0 2% 0 8%;	
}

/**/

yatex.org